This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.95 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
{
"name": "ck-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"axios": "^0.21.2",
"breakpoint-sass": "^2.7.1",
"classnames": "^2.2.6",
"leaflet": "^1.5.1",
"lodash": "^4.17.21",
"mobx": "^4.0.0",
"mobx-react": "^6.1.3",
"moment": "^2.24.0",
"query-string": "^6.8.3",
"react": "^17.0.1",
"react-app-polyfill": "^3.0.0",
"react-dom": "^17.0.1",
"react-image-lightbox": "^5.1.0",
"react-js-pagination": "^3.0.2",
"react-leaflet": "^3.2.5",
"react-markdown": "8.0.4",
"react-modal": "^3.10.1",
"react-player": "2.11.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-svg": "^14.1.19",
"sass": "^1.50.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:ts": "eslint --ext=jsx,ts,tsx src"
},
"browserslist": {
"production": [
"ie 11",
">0.2%",
"not op_mini all",
"ie 10"
],
"development": [
"ie 11",
"ie 10",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "2.2.9",
"@types/lodash": "4.14.138",
"@types/node": "^12.7.4",
"@types/react": "^17.0.2",
"@types/react-js-pagination": "^3.0.3",
"@types/react-leaflet": "^2.8.2",
"@types/react-modal": "^3.8.3",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^1.18.2",
"typescript": "^3.5.2"
}
}