-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "morts-autour-de-moi",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "webpack serve --progress",
"build": "webpack",
"start": "yarn build/index.js",
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.0",
"@mui/styled-engine": "^5.6.0",
"axios": "^0.26.1",
"framer-motion": "6.2.9",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.5.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-query": "^3.34.19",
"use-debounce": "^7.0.1"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.164",
"@types/leaflet": "^1.7.9",
"@types/leaflet.markercluster": "^1.4.6",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"compression-webpack-plugin": "^9.0.0",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"eslint": "^8.12.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.4.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"react-svg-loader": "^3.0.3",
"style-loader": "^3.3.0",
"swc-loader": "^0.1.15",
"terser-webpack-plugin": "^5.2.4",
"ts-loader": "^9.2.6",
"typescript": "^4.6.3",
"webpack": "^5.71.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.8.1"
}
}