-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 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
40
{
"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.40.0",
"jimp": "^1.6.0",
"js-file-download": "^0.4.12",
"lodash.debounce": "^4.0.8",
"upscalejs": "^1.1.0",
"vue": "^3.5.13",
"vue-cropperjs": "^5.0.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/color": "^4.2.0",
"@types/lodash.debounce": "^4.0.9",
"@types/offscreencanvas": "^2019.7.3",
"@types/pica": "^9.0.5",
"@types/tracking": "^1.1.33",
"@types/vue-cropperjs": "^4.1.6",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.4.27",
"@vue/tsconfig": "^0.7.0",
"copy-webpack-plugin": "^12.0.2",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"webpack": "^5.97.1",
"worker-loader": "^3.0.8"
}
}