-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 927 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
{
"name": "the-sus-boot",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.7.2",
"@types/bootstrap": "^5.1.9",
"@types/react-image-gallery": "^1.0.5",
"@types/styled-components": "^5.1.23",
"antd": "^4.18.8",
"bootstrap": "^5.1.3",
"primeicons": "^5.0.0",
"primereact": "^7.2.1",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-image-gallery": "^1.2.7",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}