-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 756 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 756 Bytes
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
{
"name": "trelloboard",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"clsx": "^1.2.1",
"framer-motion": "6",
"immer": "^9.0.15",
"nanoid": "^4.0.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.10",
"zustand": "^4.1.1"
},
"devDependencies": {
"@types/react": "^17.0.49",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.17",
"@vitejs/plugin-react": "^1.3.2",
"@windicss/plugin-scrollbar": "^1.2.3",
"typescript": "^4.8.3",
"vite": "^2.9.15",
"vite-plugin-windicss": "^1.8.7",
"windicss": "^3.5.6"
}
}