-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.52 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/material": "^5.14.0",
"@reduxjs/toolkit": "^1.9.5",
"add": "^2.0.6",
"axios": "^1.4.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.9",
"formik": "^2.4.2",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-password-checklist": "^1.4.3",
"react-redux": "^8.1.1",
"react-router-dom": "^6.11.2",
"react-select-country-list": "^2.2.3",
"react-toastify": "^9.1.3",
"vite-plugin-svgr": "^3.2.0",
"yarn": "^1.22.19",
"yup": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.41.0",
"eslint-config-react-app": "^7.0.1",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1"
},
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
}
}