-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 990 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 990 Bytes
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
{
"name": "application",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --watch-stdin",
"deploy": "gh-pages -d ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"gh-pages": "^0.12.0",
"node-sass": "^4.5.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.0",
"vue-loader": "^11.3.3",
"vue-template-compiler": "^2.2.5",
"webpack": "beta",
"webpack-dev-server": "beta"
},
"dependencies": {
"bulma": "^0.4.0",
"express": "^4.15.2",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"vue": "^2.2.5",
"vue-router": "^2.3.0",
"vuedraggable": "^2.9.0"
}
}