-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "svg-path",
"version": "0.0.0",
"license": "MIT",
"description": "SVG path exploration",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:check": "tsc && vite build",
"preview": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"resolutions": {
"styled-components": "^5"
},
"dependencies": {
"@react-spring/web": "9.4.3",
"@tailwindcss/forms": "^0.4.0",
"@use-gesture/react": "10.2.6",
"framer-motion": "^5.5.5",
"jotai": "1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-use": "17.3.2",
"rollup-plugin-visualizer": "5.5.4",
"simplebar-react": "^2.3.6",
"styled-components": "^5.3.3",
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@rollup/plugin-replace": "3.1.0",
"@rollup/plugin-url": "^6.1.0",
"@types/react": "17.0.39",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "5.1.23",
"@vitejs/plugin-react": "1.2.0",
"autoprefixer": "10.4.2",
"postcss": "8.4.6",
"sass": "1.49.8",
"tailwindcss": "3.0.23",
"typescript": "4.5.5",
"vite": "2.8.4"
}
}