-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "typeduck-web",
"version": "0.0.0",
"description": "TypeDuck 網頁版",
"type": "module",
"scripts": {
"boost": "bun scripts/prepare_boost.ts",
"native": "bun scripts/build_native.ts",
"schema": "bun scripts/build_schema.ts",
"lib": "bun scripts/build_lib.ts",
"wasm": "bun scripts/build_wasm.ts",
"start": "vite --host",
"build": "bun run worker --minify && vite build",
"worker": "esbuild src/worker.ts --outdir=public",
"preview": "vite preview --host"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5",
"react-use": "^17.5.0",
"textarea-caret": "^3.1.0",
"use-local-storage-state": "^19.3.0"
},
"devDependencies": {
"@types/bun": "^1.1.3",
"@types/emscripten": "^1.39.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/textarea-caret": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"daisyui": "^3.9.4",
"esbuild": "^0.21.4",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-array-concat": "^0.1.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"license": "BSD-3-Clause",
"browserslist": "> 0.5% in HK and fully supports wasm and not dead"
}