-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (41 loc) · 1.05 KB
/
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
39
40
41
42
{
"name": "repotify-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@popperjs/core": "^2.11.7",
"antd": "^5.4.4",
"bootstrap": "^5.3.0-alpha3",
"bootstrap-icons": "^1.10.5",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-elastic-carousel": "^0.11.5",
"react-router-dom": "^6.10.0",
"react-slick": "^0.29.0",
"react-styled-toggle": "^1.0.18",
"react-switch": "^7.0.0",
"sonner": "^0.3.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"gh-pages": "^5.0.0",
"sass": "^1.62.0",
"vite": "^4.3.0"
}
}