-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dpass-pc-backend",
"version": "1.0.0",
"description": "This is the web based app of DPass.",
"main": "app/frontend/app.js",
"directories": {
"test": "app/frontend/tests"
},
"scripts": {
"test": "mocha --require mocha-babel --require jsdom-global/register app/frontend/tests",
"pack": "webpack --config webpack.dev.js",
"watch": "webpack --watch --config webpack.dev.js",
"deploy": "webpack --config webpack.prod.js",
"flow": "flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alesiong/dpass-pc-backend.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/alesiong/dpass-pc-backend/issues"
},
"homepage": "https://github.com/alesiong/dpass-pc-backend#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"flow-bin": "^0.64.0",
"jsdom": "11.6.2",
"jsdom-global": "3.0.2",
"mocha": "^5.0.0",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.1.8",
"unit.js": "^2.0.0",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.15",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"crypto-js": "^3.1.9-1",
"ionicons": "^3.0.0",
"mdui": "^0.4.0",
"socket.io-client": "^2.1.0",
"vue": "^2.5.15",
"vue-router": "^3.0.1"
}
}