This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.47 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
{
"name": "ade-ufc-onsevoitquand",
"version": "1.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"build": "vite build",
"dev": "vite serve",
"lint": "eslint src/**/*.{js,jsx}",
"lint:fix": "eslint --fix src/**/*.{js,jsx}",
"format": "prettier --check .",
"format:write": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@mui/system": "^5.10.3",
"axios": "^0.27.2",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-tooltip": "^4.2.21"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@vitejs/plugin-react": "^2.0.1",
"axios": "^0.27.2",
"eslint": "^8.23.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.6",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"sass": "^1.54.8",
"vite": "^3.0.9",
"vite-plugin-svgr": "^2.2.1",
"vite-tsconfig-paths": "^3.5.0"
},
"prettier": {
"printWidth": 100,
"useTabs": true
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}