-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 3.28 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "ac-pattern-tool",
"version": "1.2.0",
"description": "Pattern tool for ACNL, ACHHD and ACNH",
"main": "index.js",
"scripts": {
"dev": "node scripts/dev.js --host 0.0.0.0",
"clean": "cd zxing-js-library && npm run clean && cd .. && node scripts/clean.js",
"clean:app": "node scripts/clean.js",
"clean:submodule": "cd zxing-js-library && npm run clean",
"build": "cd zxing-js-library && npm run build:es5 && cd .. && node scripts/build.js",
"build:app": "node scripts/build.js",
"install:submodule": "cd zxing-js-library && yarn",
"build:submodule": "cd zxing-js-library && npm run build:es5",
"test": "jest",
"test:watch": "jest --watch"
},
"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": {
"@sentry/browser": "^5.15.4",
"@sentry/integrations": "^5.15.4",
"@thegetty/getty-ui": "2.40.2",
"@vxna/optimize-three-webpack-plugin": "^3.0.1",
"axios": "^0.21.2",
"file-saver": "^2.0.2",
"fs-extra": "^8.1.0",
"jsbi": "^3.1.2",
"jszip": "^3.7.0",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"portal-vue": "^2.1.7",
"sass": "^1.42.1",
"signale": "^1.4.0",
"smoothscroll-polyfill": "^0.4.4",
"three": "^0.137.0",
"ulog": "^1.1.0",
"unorm": "^1.6.0",
"v-body-scroll-lock": "^1.1.3",
"vue": "^2.6.11",
"vue-advanced-cropper": "^0.16.0",
"@gtm-support/vue2-gtm": "^1.2.1",
"vue-i18n": "^8.15.3",
"vue-loader": "^15.9.0",
"vue-router": "^3.1.5",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2",
"yargs": "^15.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-modules-commonjs": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"@babel/runtime": "^7.14.7",
"@thegetty/browserslist-config": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.33",
"axios-mock-adapter": "^1.18.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.3.0",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"favicons-webpack-plugin": "^2.0.1",
"file-loader": "^5.1.0",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.3.0",
"jest-transform-stub": "^2.0.0",
"jsdom": "^16.7.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"raw-loader": "^4.0.0",
"sass-loader": "^10.1.0",
"terser-webpack-plugin": "^2.3.5",
"vue-jest": "^3.0.5",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^3.10.3",
"webpack-format-messages": "^2.0.6"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}