-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "cairo-edit",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prettier": "prettier --check \"./src/**/*.{js,ts,tsx,json,scss}\"",
"prettier:fix": "prettier --write \"./src/**/*.{js,ts,tsx,json,scss}\""
},
"dependencies": {
"@modulz/design-system": "^0.6.2",
"@radix-ui/react-icons": "^1.0.3",
"@react-three/drei": "^8.8.3",
"@react-three/fiber": "^7.0.26",
"@types/offscreencanvas": "^2019.6.4",
"@types/three": "^0.137.0",
"canvg": "^3.0.10",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"recoil": "^0.6.1",
"three": "^0.137.5"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"prettier": "^2.5.1",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"main": "index.js",
"repository": "git@github.com:penx/cairo-edit.git",
"author": "Alasdair McLeay <alasdair.mcleay@me.com>",
"license": "MIT"
}