-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
54 lines (54 loc) · 1.41 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
50
51
52
53
54
{
"name": "client",
"private": true,
"version": "1.3.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write ./"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@floating-ui/core": "^1.2.2",
"@floating-ui/react-dom": "^1.0.0",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"dotenv": "^16.0.0",
"ethers": "^5.6.2",
"rc-slider": "^10.0.0-alpha.4",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.8.0",
"react-joyride": "^2.4.0",
"react-router-dom": "^6.2.1",
"react-textarea-autosize": "^8.3.3",
"react-tsparticles": "^2.1.0",
"react-youtube": "^7.13.1",
"sass": "^1.49.8",
"scroll-snap": "^4.0.3",
"tsparticles": "^2.1.0",
"tsparticles-engine": "^2.1.0",
"uuid": "^8.3.2",
"uuidv4": "^6.2.13",
"zustand": "^3.7.0"
},
"devDependencies": {
"@types/node": "^17.0.25",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.1",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}