-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "linkpeti",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "tailwindcss -i ./input.css -o ./css/main.css --watch ",
"cssbuild": "tailwindcss -i ./input.css -o ./css/main.css ",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.8",
"@mui/x-data-grid": "^5.17.7",
"filestack-react": "^4.0.1",
"framer-motion": "^7.5.3",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"react-typing-effect": "^2.0.5",
"sass": "^1.55.0",
"typewriter-effect": "^2.19.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.17",
"react-error-overlay": "^6.0.9",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
}
}