-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.24 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
{
"name": "a3-arty-react",
"version": "1.0.0",
"private": true,
"homepage": "https://mankore.github.io/a3-arty-react/",
"author": {
"name": "Mankor"
},
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@mui/material": "^5.11.8",
"@mui/styled-engine-sc": "^5.11.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/node": "^16.18.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.0",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"styled-components": "^5.3.6",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "craco start",
"build": "craco build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.0.0",
"@types/leaflet": "^1.9.0",
"@types/styled-components": "^5.1.26",
"gh-pages": "^5.0.0"
}
}