-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 989 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
38
{
"name": "web-pruvodcestudenta-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"host": "vite --host"
},
"dependencies": {
"framer-motion": "^10.12.12",
"hamburger-react": "^2.5.0",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-axios": "^2.0.6",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"react-spinners": "^0.13.8",
"styled-components": "^5.3.6",
"swiper": "^10.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"prettier": "^2.8.7",
"typescript": "^5.1.6",
"vite": "^3.2.3"
}
}