-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.69 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.69 KB
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
{
"name": "botc_tools",
"source": [
"src/index.html",
"src/script.html"
],
"scripts": {
"fetch-assets": "ts-node fetch_assets/src/main.ts",
"test-screenshots": "ts-node test/screenshot.ts",
"update-roles-snapshot": "ts-node fetch_assets/src/update_roles_snapshot.ts",
"start": "vite dev",
"build": "vite build",
"postbuild": "workbox generateSW",
"fullbuild": "yarn run fetch-assets && yarn run build",
"lint": "eslint",
"fmt": "prettier --write --list-different .",
"typecheck": "tsc --noEmit",
"check": "yarn run lint && yarn run prettier --check . && yarn run typecheck",
"clean": "rm -rf dist/"
},
"version": "0.1.0",
"description": "BotC storyteller tools",
"author": "Tej Chajed",
"license": "MIT",
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@eslint/js": "^9.12.0",
"@trivago/prettier-plugin-sort-imports": "5.2.0",
"@types/adm-zip": "^0.5.0",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^24.2.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/sharp": "^0.31.0",
"@vitejs/plugin-react": "~4.3.4",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"eslint": "^9.12.0",
"eslint-plugin-unused-imports": "^4.1.4",
"events": "^3.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.0",
"posthtml-include": "^2.0.1",
"prettier": "^3.5.3",
"process": "^0.11.10",
"punycode": "^2.3.1",
"puppeteer": "^22.3.0",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "~5.9",
"typescript-eslint": "^8.34.0",
"url": "^0.11.0",
"util": "^0.12.3",
"vite": "^6.3.5",
"vm-browserify": "^1.1.2",
"workbox-cli": "^7.0.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/bcryptjs": "^2.4.6",
"@types/cli-progress": "^3.11.0",
"adm-zip": "^0.5.10",
"axios": "^1.10.0",
"bcryptjs": "^2.4.3",
"classnames": "^2.5.1",
"cli-progress": "^3.12.0",
"commander": "^12.0.0",
"date-fns": "^3.6.0",
"fuse.js": "7.1.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"node-gzip": "^1.1.2",
"polished": "^4.2.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-qr-code": "^2.0.11",
"react-string-replace": "^1.1.0",
"sharp": "^0.31.1",
"workbox-window": "^7.0.0"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}