-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.72 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
{
"name": "hkilang-tts",
"version": "0.0.0",
"description": "香港圍頭話及客家話文字轉語音",
"type": "module",
"scripts": {
"start": "vite --host",
"build": "NODE_ENV=production bun run worker && vite build",
"preview": "vite preview --host",
"worker": "rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript"
},
"dependencies": {
"eastasianwidth": "^0.3.0",
"idb": "^8.0.0",
"onnxruntime-web": "^1.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"seedrandom": "^3.0.5",
"vega-statistics": "^1.9.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"d3-dsv": "^3.0.1",
"daisyui": "^3.9.4",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-no-array-concat": "^0.1.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"postcss": "^8.4.39",
"postcss-nesting": "^12.1.5",
"rollup": "^4.19.2",
"rollup-plugin-esbuild": "^6.1.1",
"sharp": "^0.33.4",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-pwa": "^0.20.2"
},
"browserslist": "> 0.5% in HK and fully supports es6-module and not dead",
"license": "MIT"
}