-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 978 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": "react-ts-vite",
"version": "1.0.0",
"description": "react-ts-vite",
"main": "index.js",
"author": "gabriel",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "yarn tscheck && vite build",
"tscheck": "tsc"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-helmet-async": "^1.0.3",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@types/swiper": "^6.0.0",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@types/uuid": "^9.0.2",
"framer-motion": "^10.12.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-redux": "^8.1.0",
"react-router-dom": "^6.11.2",
"styled-components": "^5.3.11",
"swiper": "^9.3.2",
"uuid": "^9.0.0"
}
}