-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "generative-studios",
"private": true,
"version": "0.2.0",
"scripts": {
"pretty": "prettier --write \"./src/**/*.{ts,tsx,json}\"",
"dev": "vite",
"build": "tsc && vite build",
"build-debug": "tsc && vite build --mode debug",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"buffer": "^6.0.3",
"cbor-web": "^8.1.0",
"framer-motion": "^6.5.1",
"immutable": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.4.7",
"react-icons": "^4.4.0",
"react-p5": "^1.3.30",
"react-router-dom": "^6.3.0",
"ts-custom-error": "^3.2.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.3",
"vitest": "^0.19.1"
}
}