-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
{
"scripts": {
"build:src": "rm -rf ./dist && webpack --config webpack.js",
"development": "webpack server --config webpack.js",
"lint": "eslint --cache --fix --ext .ts,.tsx ./src"
},
"devDependencies": {
"process": "^0.11.10"
},
"dependencies": {
"@chakra-ui/react": "^2.4.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@reduxjs/toolkit": "^1.8.6",
"@table-library/react-table-library": "^4.0.23",
"@turf/turf": "^6.5.0",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"axios": "^1.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"dayjs": "^1.11.7",
"eslint": "^8.16.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"eslint-webpack-plugin": "^3.1.1",
"fork-ts-checker-notifier-webpack-plugin": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"framer-motion": "^6",
"html-webpack-plugin": "^5.5.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mapbox-gl": "^2.8.2",
"mapbox-gl-draw-freehand-mode": "^2.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-map-gl": "^7.0.15",
"react-redux": "^8.0.4",
"react-router-dom": "^6.3.0",
"react-select": "^5.5.9",
"redux-logger": "^3.0.6",
"redux-saga": "^1.2.1",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"source-map-loader": "^3.0.1",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.7.2",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
}
}