-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.64 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
58
59
60
61
62
63
{
"name": "thuongle",
"description": "A Vue.js project",
"version": "1.0.0",
"author": "Thuong Le <levienthuong@gmail.com>",
"private": true,
"main": "server.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"start": "node server.js"
},
"dependencies": {
"axios": "^0.15.3",
"bufferutil": "3.0.1",
"connect-history-api-fallback": "^1.3.0",
"express": "4.15.3",
"lodash": "^4.17.4",
"rawmodel": "^1.8.2",
"simple-vue-validator": "^0.13.2",
"socket.io": "2.0.2",
"utf-8-validate": "3.0.2",
"vue": "^2.3.3",
"vue-color": "^2.2.0",
"vue-progressbar": "^0.7.2",
"vue-router": "^2.5.3",
"vue-socket.io": "^2.1.1-a",
"ws": "3.0.0"
},
"engines": {
"node": "6.9.4"
},
"devDependencies": {
"axios": "^0.15.3",
"bootstrap-sass": "^3.3.7",
"cross-env": "^3.0.0",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.5.1",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vienthuong/thuongle.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/vienthuong/thuongle/issues"
},
"homepage": "https://github.com/vienthuong/thuongle#readme"
}