-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
76 lines (76 loc) · 2.16 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ac-pattern-tool",
"version": "1.4.0",
"description": "Pattern tool for ACNL, ACHHD and ACNH",
"main": "index.js",
"scripts": {
"dev": "node scripts/dev.js",
"clean": "node scripts/clean.js",
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Thulinma/ACNLPatternTool.git"
},
"author": "",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/Thulinma/ACNLPatternTool/issues"
},
"homepage": "https://github.com/Thulinma/ACNLPatternTool#readme",
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@swc/core": "^1.2.117",
"@swc/helpers": "^0.3.13",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.178",
"@types/lz-string": "^1.3.34",
"@types/papaparse": "^5.3.1",
"@types/three": "^0.137.0",
"@types/uuid": "^8.3.4",
"@vxna/optimize-three-webpack-plugin": "^5.1.3",
"@zxing/library": "^0.17.1",
"axios": "^0.24.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^3.4.2",
"dotenv": "^10.0.0",
"favicons-webpack-plugin": "^5.0.2",
"file-saver": "^2.0.5",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^5.5.0",
"jsbi": "^4.1.0",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"mini-css-extract-plugin": "^2.4.5",
"papaparse": "^5.3.1",
"qs": "^6.10.1",
"reset-css": "^5.0.1",
"sass": "~1.32",
"sass-loader": "^12.3.0",
"signale": "^1.4.0",
"stream": "^0.0.2",
"swc-loader": "^0.1.15",
"terser-webpack-plugin": "^5.2.5",
"three": "^0.135.0",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-advanced-cropper": "^1.9.0",
"vue-fragment": "^1.5.2",
"vue-i18n": "^8.26.7",
"vue-loader": "^15.9.8",
"vue-markdown-loader": "^2.5.0",
"vue-router": "^3.5.3",
"vue-style-loader": "^4.1.3",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.6.1",
"vuetify-loader": "^1.7.3",
"vuex": "^3.6.2",
"webpack": "^5.64.4",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.6.0",
"webpack-format-messages": "^3.0.1",
"yargs": "^15.1.0"
}
}