forked from osscameroon/onacut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.41 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@types/nprogress": "^0.2.0",
"@types/react-helmet": "^6.1.5",
"@types/react-paginate": "^7.1.1",
"@types/react-router-config": "^5.0.6",
"axios": "^0.22.0",
"eslint": "^7.11.0",
"i18next": "^21.9.0",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"install": "^0.13.0",
"leaflet": "^1.7.1",
"notistack": "^2.0.8",
"npm": "^8.19.2",
"nprogress": "^0.2.0",
"rc-drawer": "^4.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-hooks-use-modal": "^2.1.0",
"react-i18next": "^11.18.3",
"react-leaflet": "^3.2.2",
"react-modern-drawer": "^0.1.1",
"react-paginate": "^8.1.3",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.3.0",
"react-search-field": "^2.0.1",
"react-search-input": "^0.11.3",
"recoil": "^0.7.2",
"recoil-persist": "^4.2.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint --fix --ext .js,.ts ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@craco/craco": "^6.4.0",
"@mui/material": "^5.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/leaflet": "^1.7.6",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
"react-scripts": "4.0.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
}
}