This repository has been archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.49 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"clean": "node build/script.clean.js",
"dev": "node build/script.dev.js",
"build": "node build/script.build.js",
"lint": "eslint --ext .js,.vue src",
"start": "NODE_ENV=production node server.js",
"test": "nodemon server.js --watch server.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.11.0"
},
"dependencies": {
"autoprefixer": "^6.4.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.0.0",
"bcrypt-nodejs": "0.0.3",
"express": "^4.13.3",
"morgan": "^1.8.2",
"webpack": "^3.5.2",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^2.8.1",
"optimize-css-assets-webpack-plugin": "^1.3.1",
"progress-bar-webpack-plugin": "^1.9.0",
"webpack-merge": "^4.0.0",
"fastclick": "^1.0.6",
"material-design-icons": "^3.0.1",
"moment": "^2.15.0",
"quasar-framework": "^0.13.4",
"roboto-fontface": "^0.7.0",
"vue": "^2.3.0",
"vue-router": "^2.0.0",
"colors": "^1.1.2",
"connect-history-api-fallback": "^1.1.0",
"css-loader": "^0.28.0",
"eslint": "^3.0.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^0.11.1",
"http-proxy-middleware": "^0.17.0",
"json-loader": "^0.5.4",
"jsonwebtoken": "^7.4.2",
"lscache": "^1.1.0",
"mongoose": "^4.11.6",
"opn": "^5.0.0",
"postcss-loader": "^1.0.0",
"purify-css": "^1.2.2",
"shelljs": "^0.7.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.7",
"vue-animate": "0.0.4",
"vue-loader": "^12.0.2",
"vue-socket.io": "^2.1.1-a",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.0"
}
}