-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
177 lines (177 loc) · 7.62 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "showdex",
"version": "1.2.5",
"description": "Pokémon Showdown extension that harnesses the power of parabolic calculus to strategically extract your opponents' Elo.",
"author": "Keith Choison <keith@tize.io>",
"license": "AGPL-3.0",
"homepage": "https://github.com/doshidak/showdex",
"repository": {
"type": "git",
"url": "git+https://github.com/doshidak/showdex.git"
},
"bugs": {
"url": "https://github.com/doshidak/showdex/issues"
},
"private": true,
"engines": {
"node": "^18.0.0",
"yarn": "^1.22.0"
},
"packageManager": "yarn@1.22.22",
"type": "module",
"scripts": {
"patch-ghooks": "./scripts/patch-ghooks.sh",
"commit": "./node_modules/cz-customizable/standalone.js",
"cm": "yarn commit",
"cz": "yarn commit",
"postinstall": "yarn patch-ghooks; yarn patch-package",
"update:bldb": "yarn browserslist --update-db",
"cache:purge": "yarn cache:purge:babel; yarn cache:purge:webpack",
"cache:purge:babel": "yarn rimraf ./node_modules/.cache/babel",
"cache:purge:webpack": "yarn rimraf ./node_modules/.cache/webpack",
"clean": "yarn clean:dev; yarn clean:prod; yarn cache:purge",
"clean:dev": "yarn clean:dev:chrome; yarn clean:dev:firefox; yarn clean:dev:standalone",
"clean:dev:chrome": "yarn rimraf ./build/chrome",
"clean:dev:firefox": "yarn rimraf ./build/firefox ./build/*.firefox.xpi",
"clean:dev:standalone": "yarn rimraf ./build/standalone",
"clean:prod": "yarn clean:prod:chrome; yarn clean:prod:firefox; yarn clean:prod:standalone",
"clean:prod:chrome": "yarn rimraf ./dist/chrome ./dist/*.chrome.zip ./dist/*.chrome.html",
"clean:prod:firefox": "yarn rimraf ./dist/firefox ./dist/*.firefox.xpi ./dist/*.firefox.html",
"clean:prod:standalone": "yarn rimraf ./dist/standalone ./dist/*.standalone.html",
"dev": "yarn dev:chrome",
"dev:nc": "yarn cache:purge && yarn cross-env DEV_BABEL_CACHE_ENABLED=false DEV_WEBPACK_CACHE_ENABLED=false yarn dev",
"dev:sc": "yarn cross-env DEV_SPRING_CLEANING=true yarn dev",
"dev:re": "yarn cache:purge && yarn dev",
"dev:chrome": "yarn clean:dev:chrome && yarn cross-env NODE_ENV=development BUILD_TARGET=chrome node --conditions=development --experimental-specifier-resolution=node --trace-warnings ./scripts/dev",
"dev:chrome:re": "yarn cache:purge && yarn dev:chrome",
"dev:firefox": "yarn clean:dev:firefox && yarn cross-env NODE_ENV=development BUILD_TARGET=firefox node --conditions=development --experimental-specifier-resolution=node --trace-warnings ./scripts/dev",
"dev:firefox:re": "yarn cache:purge && yarn dev:firefox",
"dev:standalone": "yarn clean:dev:standalone && yarn cross-env NODE_ENV=development BUILD_TARGET=standalone node --conditions=development --experimental-specifier-resolution=node --trace-warnings ./scripts/dev",
"dev:standalone:re": "yarn cache:purge && yarn dev:standalone",
"build": "yarn build:chrome && yarn build:firefox",
"build:fast": "yarn cross-env PROD_ANALYZE_BUNDLES=false yarn build",
"build:re": "yarn cache:purge && yarn build",
"build:chrome": "yarn clean:prod:chrome && yarn cross-env NODE_ENV=production BUILD_TARGET=chrome node --conditions=production --experimental-specifier-resolution=node ./scripts/build",
"build:chrome:fast": "yarn cross-env PROD_ANALYZE_BUNDLES=false yarn build:chrome",
"build:chrome:re": "yarn cache:purge && yarn build:chrome",
"build:firefox": "yarn clean:prod:firefox && yarn cross-env NODE_ENV=production BUILD_TARGET=firefox node --conditions=production --experimental-specifier-resolution=node ./scripts/build",
"build:firefox:fast": "yarn cross-env PROD_ANALYZE_BUNDLES=false yarn build:firefox",
"build:firefox:re": "yarn cache:purge && yarn build:firefox",
"build:standalone": "yarn clean:prod:standalone && yarn cross-env NODE_ENV=production BUILD_TARGET=standalone node --conditions=production --experimental-specifier-resolution=node ./scripts/build",
"build:standalone:fast": "yarn cross-env PROD_ANALYZE_BUNDLES=false yarn build:standalone",
"build:standalone:re": "yarn cache:purge && yarn build:standalone"
},
"config": {
"cz-customizable": {
"config": ".cz-config.cjs"
},
"ghooks": {
"commit-msg": "npx cz-customizable-ghooks $2"
}
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@react-aria/button": "^3.8.0",
"@react-aria/switch": "^3.5.2",
"@react-aria/textfield": "^3.10.0",
"@react-aria/visually-hidden": "^3.8.2",
"@react-hook/size": "^2.1.2",
"@react-spring/web": "^9.7.3",
"@react-stately/toggle": "^3.6.0",
"@reduxjs/toolkit": "^1.9.5",
"@smogon/calc": "^0.10.0",
"@tippyjs/react": "^4.2.6",
"@use-gesture/react": "^10.2.27",
"base-64": "^1.0.0",
"chalk": "^5.3.0",
"change-case": "^4.1.2",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"file-saver": "^2.0.5",
"final-form": "^4.20.9",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-intervalplural-postprocessor": "^3.0.0",
"lz-string": "^1.5.0",
"qs": "^6.11.2",
"react": "^18.3.1",
"react-contexify": "^6.0.0",
"react-dom": "^18.3.1",
"react-final-form": "^6.5.9",
"react-hotkeys-hook": "^3.4.7",
"react-i18next": "^14.0.0",
"react-inlinesvg": "^3.0.2",
"react-redux": "^8.1.1",
"react-select": "^5.8.0",
"regexp.escape": "^2.0.1",
"romans": "^2.0.15",
"simplebar": "^6.2.5",
"slugify": "^1.6.6",
"ua-parser-js": "^1.0.35",
"use-debouncy": "^4.4.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-transform-typescript": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@react-types/textfield": "^3.7.2",
"@types/base-64": "^1.0.0",
"@types/chrome": "^0.0.241",
"@types/file-saver": "^2.0.7",
"@types/firefox-webext-browser": "^111.0.1",
"@types/jquery": "^3.5.16",
"@types/node": "^20.14.11",
"@types/react-dom": "^18.3.0",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.3",
"browserslist": "^4.21.9",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cz-customizable": "^7.0.0",
"cz-customizable-ghooks": "^2.0.0",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"ghooks": "^2.0.4",
"glob": "^10.3.10",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"patch-package": "^7.0.2",
"postcss": "^8.4.26",
"postcss-loader": "^7.3.3",
"postinstall-postinstall": "^2.1.0",
"rimraf": "^5.0.1",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.1",
"webpack": "^5.88.2",
"webpack-dev-server": "^4.15.1",
"webpack-visualizer-plugin2": "^1.0.0",
"zip-webpack-plugin": "^4.0.1"
}
}