-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.17 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "shotern-url-frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@reduxjs/toolkit": "^1.8.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@tippyjs/react": "^4.2.6",
"antd": "^4.22.8",
"aos": "^2.3.4",
"axios": "^0.27.2",
"bootstrap": "^5.2.3",
"framer-motion": "^6",
"is-url": "^1.2.4",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"nanoid": "^4.0.0",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-loading-skeleton": "^3.1.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-social-icons": "^5.15.0",
"react-toastify": "^9.0.8",
"redux": "^4.2.0",
"styled-bootstrap-grid": "^3.1.2",
"styled-breakpoints": "^11.1.1",
"styled-components": "^5.3.5",
"tippy.js": "^6.3.7",
"universal-cookie": "^4.0.4",
"vite-plugin-svgr": "^2.2.1",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"eslint": "^8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"react-app-rewired": "^2.2.1",
"vite": "^3.0.0",
"vite-plugin-eslint": "^1.8.1"
}
}