forked from hawx1993/github-FE-project
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 713 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "github-FE-project",
"version": "0.0.1",
"description": "the awesome fontend projects you have to concerned.",
"main": "index.js",
"repository": "git@github:CareyToboo/github-FE-project.git",
"author": "careyToboo <toboos@sina.com>",
"license": "MIT",
"scripts": {
"build:rdm": "node bin/cli build:rdm",
"dev": "parcel serve src/index.html",
"build": "parcel build --detailed-report --no-source-maps --no-cache --public-url ./ src/index.html ",
"stars": "node bin/cli stars"
},
"devDependencies": {
"axios": "^0.18.0",
"js-yaml": "^3.11.0",
"node-schedule": "^1.3.0",
"parcel-bundler": "^1.8.1",
"shelljs": "^0.8.2",
"stylus": "^0.54.5"
}
}