-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.json
More file actions
88 lines (86 loc) · 2.95 KB
/
template.json
File metadata and controls
88 lines (86 loc) · 2.95 KB
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
81
82
83
84
85
86
87
88
{
"package": {
"dependencies": {
"@babel/core": "^7.18.9",
"@headlessui/react": "^1.6.6",
"@tailwindcss/forms": "^0.5.2",
"@types/aos": "^3.0.4",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"babel-eslint": "^10.1.0",
"boxicons": "^2.1.2",
"formik": "^2.2.9",
"framer-motion": "^6.5.1",
"moment": "^2.29.4",
"pusher-js": "7.2.0",
"react": "^18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-select": "^5.4.0",
"react-toastify": "^9.0.5",
"react-use": "^17.4.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"swiper": "^8.3.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vite-plugin-pwa": "^0.12.3",
"vite-preset-react": "^2.3.0",
"yup": "^0.32.11",
"eslint-plugin-jsx-a11y": "^6.2.3",
"lodash": "^4.17.21",
"postcss": "^8.4.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@types/react-datepicker": "^4.4.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"vite": "^3.0.2",
"@babel/core": "^7.17.5",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.2",
"@types/regenerator-runtime": "^0.13.1",
"@types/uuid": "^8.3.4",
"babel-jest": "^27.5.1",
"babel-preset-react-app": "^10.0.1",
"identity-obj-proxy": "^3.0.0",
"vite-plugin-pwa": "^0.12.0",
"vite-preset-react": "^2.2.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "jest"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest", "plugin:jsx-a11y/recommended"],
"plugins": ["jsx-a11y"]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
}