-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.53 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
{
"name": "fine-foods",
"version": "3.25.0",
"private": true,
"dependencies": {
"@ant-design/charts": "^1.2.0",
"@ant-design/graphs": "^1.2.7",
"@craco/craco": "^6.1.2",
"@pankod/refine-antd": "^3.48.8",
"@pankod/refine-core": "^3.74.2",
"@pankod/refine-kbar": "0.10.2",
"@pankod/refine-react-router-v6": "^3.36.0",
"@pankod/refine-simple-rest": "^3.31.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/google-map-react": "^2.1.7",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"craco-less": "^2.0.0",
"dayjs": "^1.10.7",
"google-map-react": "^2.1.10",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.1",
"i18next-xhr-backend": "^3.2.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"lodash.set": "^4.3.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.8.11",
"react-input-mask": "^2.0.4",
"react-markdown": "^6.0.1",
"react-mde": "^11.1.0",
"react-scripts": "^5.0.0",
"tslib": "^2.3.1",
"typescript": "^4.7.4"
},
"scripts": {
"start": "FAST_REFRESH=false DISABLE_ESLINT_PLUGIN=true craco start",
"build": "DISABLE_ESLINT_PLUGIN=true craco build",
"test": "craco test --passWithNoTests --watchAll=false",
"eject": "craco eject"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@types/lodash": "^4.14.171",
"@types/react-input-mask": "^3.0.1"
}
}