-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "e-commune",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,jsx,html}\"",
"lint": "eslint \"src/**/*.{js,jsx,html}\" --quiet"
},
"keywords": [],
"author": "Zuhair",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@mui/x-date-pickers": "^6.7.0",
"@react-google-maps/api": "^2.18.1",
"axios": "^1.3.5",
"dayjs": "^1.11.8",
"mui-image": "^1.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.10.0",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@vitejs/plugin-react": "3.1.0",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"vite": "4.2.3"
}
}