forked from zachwinter/kaleidosync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.63 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
{
"name": "kaleidosync-client",
"version": "6.1.7",
"private": true,
"scripts": {
"start": "node ./server/index.js",
"serve": "concurrently \"nodemon ./server/index.js --port 6868\" \"vue-cli-service serve\"",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/pro-light-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@zach.winter/common": "^1.0.13",
"@zach.winter/vue-common": "^1.0.16",
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"core-js": "^3.6.5",
"d3-array": "^2.8.0",
"d3-interpolate": "^2.0.1",
"d3-scale": "^3.2.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"humps": "^2.0.1",
"lodash": "^4.17.20",
"mongoose": "^5.10.9",
"query-string": "^6.13.5",
"request": "^2.88.2",
"three": "^0.121.1",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-codemirror": "^4.0.6",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"concurrently": "^5.3.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"nodemon": "^2.0.4",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}