-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "text-rendering",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@react-router/node": "^7.5.1",
"@react-router/serve": "^7.5.1",
"earcut": "^3.0.1",
"gl-matrix": "^3.4.3",
"isbot": "^5.1.17",
"lodash-es": "^4.17.21",
"opentype.js": "^1.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.5.1",
"rxjs": "^7.8.2",
"twgl.js": "^6.1.1"
},
"devDependencies": {
"@react-router/dev": "^7.5.1",
"@tailwindcss/vite": "^4.0.0",
"@types/earcut": "^3.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/opentype.js": "^1.3.8",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"react-router-devtools": "^1.1.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
}
}