-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "structy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"pretify": "prettier --write .",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.3",
"@mui/material": "^5.13.6",
"ajv": "^8.12.0",
"fp-ts": "^2.16.0",
"monocle-ts": "^2.3.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/goce-cz/structy.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/goce-cz/structy/issues"
},
"homepage": "https://github.com/goce-cz/structy#readme",
"devDependencies": {
"@spicy-hooks/core": "^3.0.0",
"@spicy-hooks/observables": "^3.0.0",
"@spicy-hooks/utils": "^3.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.5",
"vite": "^4.3.9",
"vitest": "^0.32.2"
}
}