-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 847 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 847 Bytes
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
{
"name": "petri",
"type": "module",
"version": "0.0.1",
"pnpm": {
"onlyBuiltDependencies": []
},
"dependencies": {
"@bufbuild/protobuf": "^2.10.2",
"@connectrpc/connect": "^2.1.1",
"@connectrpc/connect-fastify": "^2.1.1",
"@connectrpc/connect-node": "^2.1.1",
"fastify": "^5.6.2",
"three": "^0.182.0"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^2.10.2",
"@tailwindcss/node": "^4.1.18",
"@tailwindcss/oxide": "^4.1.18",
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@types/three": "^0.182.0",
"gts": "^7.0.0",
"jest-cli": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-junit": "^16.0.0",
"lightningcss": "^1.30.2",
"postcss": "^8.5.6",
"supports-color": "^10.2.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}