forked from zachwinter/wavesync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
{
"name": "wavesync",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./server/index.js",
"serve": "concurrently \"node ./server/index.js\" \"vue-cli-service serve\"",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"babel-eslint": "^10.0.1",
"compression": "^1.7.4",
"concurrently": "^4.1.0",
"cookie-parser": "^1.4.4",
"core-js": "^2.6.5",
"d3-array": "^2.2.0",
"d3-color": "^1.2.3",
"d3-interpolate": "^1.3.2",
"d3-scale": "^3.0.0",
"dotenv": "^8.0.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"querystring": "^0.2.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1"
}
}