⬆️ Move dependencies to devDependencies

pull/4/head
Hans362 4 years ago
parent ed3b2ceb5f
commit e24878652b
Signed by: hans362
GPG Key ID: B186D77ABEC2A785

4300
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -4,14 +4,21 @@
"description": "Render your Bilibili bangumi progress on a static web page", "description": "Render your Bilibili bangumi progress on a static web page",
"main": "api/index.js", "main": "api/index.js",
"scripts": { "scripts": {
"start": "node api/index.js" "start": "node api/index.js",
"build": "gulp build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/hans362/Bilibili-Bangumi-API.git" "url": "git+https://github.com/hans362/Bilibili-Bangumi-API.git"
}, },
"keywords": [ "keywords": [
"bangumi" "bangumi",
"bilibili",
"serverless",
"static",
"vercel",
"hexo",
"hugo"
], ],
"author": "Hans Yu", "author": "Hans Yu",
"license": "MIT", "license": "MIT",
@ -19,7 +26,7 @@
"url": "https://github.com/hans362/Bilibili-Bangumi-API/issues" "url": "https://github.com/hans362/Bilibili-Bangumi-API/issues"
}, },
"homepage": "https://github.com/hans362/Bilibili-Bangumi-API#readme", "homepage": "https://github.com/hans362/Bilibili-Bangumi-API#readme",
"dependencies": { "devDependencies": {
"@babel/core": "^7.12.13", "@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13", "@babel/preset-env": "^7.12.13",
"express": "^4.17.1", "express": "^4.17.1",

Loading…
Cancel
Save