-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.39 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
{
"name": "hcf-painel",
"version": "0.1.0",
"private": true,
"engines": {
"node": "~18.16"
},
"scripts": {
"start": "vite",
"lint:typescript": "tsc --noEmit",
"lint:eslint": "eslint . --cache --fix",
"lint": "run-p lint:typescript lint:eslint",
"build": "tsc && vite build",
"preview": "vite preview",
"postinstall": "husky install",
"test": "jest"
},
"dependencies": {
"@ant-design/compatible": "1.1.2",
"@ant-design/icons": "4.8.1",
"antd": "4.24.14",
"axios": "1.5.1",
"leaflet": "^1.9.4",
"leaflet-easyprint": "^2.1.9",
"leaflet.fullscreen": "^3.0.1",
"leaflet.markercluster": "^1.5.3",
"lodash.debounce": "4.0.8",
"moment": "2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "2.2.7",
"react-image-gallery": "^1.3.0",
"react-leaflet": "^4.2.1",
"react-leaflet-fullscreen": "^4.1.1",
"react-router-dom": "4.3.1",
"vanilla-masker": "1.2.0"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.5",
"@types/leaflet": "^1.9.8",
"@types/lodash.debounce": "4.0.7",
"@types/node": "18.11.9",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-image-gallery": "^1.2.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@vitejs/plugin-react": "4.1.0",
"babel-jest": "29.7.0",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "8.51.0",
"eslint-config-airbnb": "19.0.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import-helpers": "1.3.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-run-all": "4.1.5",
"sass": "1.69.2",
"typescript": "5.2.2",
"vite": "4.4.11"
}
}