-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 945 Bytes
/
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
{
"name": "super-seisan",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"dev": "vite --host '::'",
"generate:js": "pbjs superseisan.proto -t static-module -w es6 -o src/generated/protobuf/index.js",
"generate:ts": "pbts src/generated/protobuf/index.js -o src/generated/protobuf/index.d.ts"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/serialize": "^1.1.2",
"@emotion/utils": "^1.2.1",
"@mantine/core": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"protobufjs": "^7.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"prettier": "^2.8.8",
"protobufjs-cli": "^1.1.1",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}