-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "evcard-datav-vehicle",
"version": "1.0.0",
"description": "",
"main": "fis-conf.js",
"dependencies": {
"fis-parser-babel-5.x": "^1.4.0",
"fis3-postpackager-loader": "^2.1.3",
"fis3-hook-commonjs": "^0.1.25",
"fis3-hook-node_modules": "^2.2.8"
},
"devDependencies": {
"express": "^4.16.2",
"fis3-parser-html-plugin": "^1.0.0",
"fs-extra": "^4.0.2",
"http-proxy-middleware": "^0.17.4",
"socket.io": "^2.0.4"
},
"scripts": {
"start": "fis3 release dev -w",
"dev": "node ./build/dev-server.js --dev",
"test": "node ./build/dev-server.js --test",
"builddev": "node ./build/build.js --dev",
"pushdev": "fis3 release dev -f ./fis-push.js",
"buildtest": "node ./build/build.js --test",
"pushtest": "fis3 release test -f ./fis-push.js",
"buildprod": "node ./build/build.js --prod"
},
"author": "xuyanjun",
"license": "ISC"
}