-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
49
{
"name": "ngon-gen22",
"version": "0.0.1",
"license": "MIT",
"description": "shapes generator",
"scripts": {
"dev": "vite",
"build": "vite build",
"build_types": "tsc && vite build",
"preview": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"@react-spring/rafz": "^9.7.3",
"@react-spring/web": "9.7.3",
"@use-gesture/react": "10.2.27",
"dom-confetti": "^0.2.2",
"jotai": "2.3.1",
"leva": "0.9.35",
"marked": "7.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-easy-sort": "1.5.1",
"react-hot-toast": "2.4.1",
"react-popper": "2.3.0",
"react-popper-tooltip": "4.4.2",
"react-use": "17.4.0"
},
"devDependencies": {
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-url": "8.0.1",
"@tailwindcss/forms": "0.5.4",
"@types/marked": "5.0.1",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.4",
"autoprefixer": "10.4.15",
"mini-svg-data-uri": "^1.4.4",
"postcss": "8.4.28",
"rollup-plugin-visualizer": "5.9.2",
"sass": "1.65.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"vite": "4.4.9"
}
}