-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1.14 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
{
"license": "MIT",
"scripts": {
"build": "rm -rf .parcel-cache docs && parcel build src/index.html src/callback.html --dist-dir docs --public-url ./",
"lint": "sort-package-json && eslint . --fix",
"release": "mkdir -p chrome_extension && rm -rf chrome_extension/* && cp content.js manifest.json ./chrome_extension/ && cp -r icons ./chrome_extension/",
"serve": "rm -rf .parcel-cache docs && parcel src/index.html src/callback.html --dist-dir docs"
},
"devDependencies": {
"@ant-design/icons": "^5.5.1",
"@rc-ex/authorize-uri": "^1.1.18",
"@rc-ex/core": "^1.4.2",
"@types/node": "^22.7.6",
"@types/react-dom": "^18.3.1",
"antd": "^5.21.4",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint-config-tyler": "^0.1.7",
"events": "^3.3.0",
"localforage": "^1.10.0",
"manate": "^0.9.8",
"parcel": "^2.12.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sort-package-json": "^2.10.1",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"typescript": "^5.6.3",
"vm-browserify": "^1.1.2",
"yarn-upgrade-all": "^0.7.4"
}
}