This repository was archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
{
"name": "mcroulette",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"animate.css": "^3.7.2",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"konva": "^4.2.2",
"lodash": "^4.17.15",
"physijs": "^1.0.4",
"reflect-metadata": "^0.1.13",
"three": "^0.115.0",
"three-gltf-loader": "^1.111.0",
"ts-bus": "^2.3.1",
"ts-node": "^8.8.2",
"tsyringe": "^4.1.0",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-custom-scrollbar": "^1.1.0",
"vue-di-container": "^0.1.0",
"vue-property-decorator": "^8.4.1",
"vuex": "^3.1.3",
"vuex-class": "^0.3.2",
"vuex-smart-module": "^0.3.4"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"@types/lodash": "^4.14.149",
"@types/physijs": "0.0.30",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"style-resources-loader": "^1.3.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-style-resources-loader": "~0.1.4",
"vue-template-compiler": "^2.6.11",
"vuex-module-decorators": "^0.16.1",
"worker-loader": "^2.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}