forked from gqgs/3x3-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "3x3-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"color": "^4.2.1",
"core-js": "^3.21.1",
"js-file-download": "^0.4.12",
"lodash.debounce": "^4.0.8",
"onnxruntime-web": "^1.11.0",
"pica": "^9.0.1",
"upscalejs": "^0.2.0",
"vue": "^3.2.31",
"vue-cropperjs": "^5.0.0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/lodash.debounce": "^4.0.6",
"@types/offscreencanvas": "^2019.6.4",
"@types/pica": "^9.0.0",
"@types/tracking": "^1.1.29",
"@types/vue-cropperjs": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-plugin-eslint": "^5.0.1",
"@vue/cli-plugin-typescript": "^5.0.1",
"@vue/cli-plugin-vuex": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.9.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.4.1",
"typescript": "^4.6.2",
"vite": "^2.9.1",
"webpack": "^5.70.0",
"worker-loader": "^3.0.8"
}
}