forked from zachwinter/kaleidosync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 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
{
"name": "kaleidosync",
"version": "5.9.0",
"private": true,
"scripts": {
"serve": "concurrently \"node ./server/index.js\" \"vue-cli-service serve\"",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "node ./server/index.js",
"vue": "vue-cli-service serve"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"core-js": "^3.6.4",
"d3": "^5.16.0",
"d3-array": "^2.4.0",
"d3-color": "^1.4.0",
"d3-scale": "^3.2.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"humps": "^2.0.1",
"lodash": "^4.17.15",
"prism": "^4.1.2",
"prismjs": "^1.20.0",
"querystring": "^0.2.0",
"request": "^2.88.2",
"three": "^0.115.0",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-color": "^2.7.1",
"vue-prism-editor": "^0.5.1",
"vue-removed-hook-mixin": "^0.1.1",
"vue-router": "^3.1.5",
"vuex": "^3.1.2",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-plugin-router": "^4.2.0",
"@vue/cli-plugin-vuex": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"babel-eslint": "^10.0.3",
"concurrently": "^5.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.7.0"
}
}