-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 2.08 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "figma-react-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dhiwise/react-switch": "^1.0.2",
"@reduxjs/toolkit": "^1.9.0",
"@supabase/supabase-js": "^2.2.3",
"@tailwindcss/forms": "0.4.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.27.2",
"bootstrap": "^5.2.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"env-cmd": "^10.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-alice-carousel": "^2.6.6",
"react-bootstrap": "^2.5.0",
"react-circular-progressbar": "^2.1.0",
"react-confetti": "^6.1.0",
"react-datepicker": "^4.5.0",
"react-dom": "17.0.2",
"react-minimal-side-navigation": "^1.9.2",
"react-modal": "^3.14.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.0.2",
"react-router-hash-link": "^2.4.3",
"react-select": "^5.2.1",
"react-tabs": "^4.2.1",
"react-toastify": "^9.0.1",
"react-use": "^17.4.0",
"redux-persist": "^6.0.0",
"yup": "^0.32.11"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "10.4.2",
"eslint": "^8.32.0",
"eslint-plugin-react": "^7.32.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react-hooks": "^4.2.0",
"git-precommit-checks": "^3.0.6",
"postcss": "8.4.6",
"prettier": "2.8.3",
"tailwindcss": "3.0.18",
"vite": "^2.3.2",
"vite-plugin-svgr": "^0.3.0"
}
}