-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 976 Bytes
/
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
{
"name": "react-board",
"private": true,
"version": "0.0.0",
"homepage": "https://JorgeCruz19.github.io/react-drag-drop-boards",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@hookform/resolvers": "^2.9.1",
"firebase": "^9.8.3",
"framer-motion": "^6.3.11",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-content-loader": "^6.2.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.32.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"react-textarea-autosize": "^8.3.4",
"react-toastify": "^9.0.4",
"react-tooltip": "^4.2.21",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@vitejs/plugin-react": "^1.3.0",
"gh-pages": "^4.0.0",
"vite": "^2.9.9"
}
}