-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "wetalk-client",
"version": "1.0.0",
"description": "基于vue2.0+ES6构建的SPA社交网站客户端",
"main": "main.js",
"author": "zener([email protected])",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Zenfeder/wetalk-client.git"
},
"bugs": {
"url": "https://github.com/Zenfeder/wetalk-client/issues"
},
"scripts": {
"dev": "webpack-dev-server --port 4001 --inline --hot",
"build": "webpack -p"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.23.1",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.5.2",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"socket.io-client": "^1.5.1",
"vue": "^2.0.3",
"vue-router": "^2.0.1",
"vue-socket.io": "^2.0.0",
"vuex": "^2.0.0"
}
}