-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.03 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
74
75
76
77
78
{
"name": "kibol_alert_frontend",
"homepage": "https://kibol-alert.github.io/frontend/",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/cornflourblue/react-redux-registration-login-example.git"
},
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"clean": "gh-pages-clean",
"pre-commit": "pretty-quick --staged",
"pretty": "prettier --write \"./**/*.{ts,js,jsx,json,vue}\""
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.4",
"axios": "^0.19.2",
"bad-words": "^3.0.4",
"cheap-ruler": "^2.5.1",
"history": "^4.10.1",
"leaflet": "^1.7.1",
"material-table": "^1.69.3",
"react": "^16.14.0",
"react-burger-menu": "^2.9.2",
"react-dom": "^16.14.0",
"react-leaflet": "^2.8.0",
"react-leaflet-search": "^1.0.3",
"react-material-ui-form-validator": "^2.1.4",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-scripts": "^3.4.4",
"react-toastify": "^5.5.0",
"react-validation": "^3.0.7",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.1",
"styles-loader": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"babel-loader": "^8.2.3",
"css-loader": "^3.6.0",
"gh-pages": "^2.2.0",
"pretty-quick": "^3.1.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^6.0.0",
"path": "^0.12.7",
"prettier": "^2.2.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}