-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "vue-webpack-starter-kit",
"version": "1.0.0",
"description": "NBA Trade Machine",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js",
"heroku-postbuild": "webpack -p --config ./webpack.config.js --progress"
},
"engines": {
"node": "6.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiogenisPanagiotis/Trade-Machine.git"
},
"author": "DiogenisPanagiotis",
"bugs": {
"url": "https://github.com/DiogenisPanagiotis/Trade-Machine/issues"
},
"homepage": "https://github.com/DiogenisPanagiotis/Trade-Machine#readme",
"dependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^5.8.0",
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"css-loader": "^0.28.0",
"express": "^4.15.2",
"style-loader": "^0.16.1",
"vue": "^2.1.10",
"vue-hot-reload-api": "^2.0.8",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.3.0",
"vue-resource": "^1.2.1",
"vue-router": "^2.3.1",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0"
}
}