-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.55 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
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "ck-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.138",
"@types/node": "^15.12.2",
"@types/react": "^16.9.2",
"@types/react-datepicker": "^4.4.2",
"@types/react-helmet": "^6.1.1",
"@types/react-js-pagination": "^3.0.3",
"@types/react-leaflet": "^2.4.0",
"@types/react-modal": "^3.8.3",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.5",
"@types/react-select": "^4.0.15",
"@types/webpack-env": "^1.16.0",
"axios": "^0.21.1",
"breakpoint-sass": "^2.7.1",
"classnames": "^2.2.6",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"leaflet": "^1.5.1",
"lodash": "^4.17.19",
"mobx": "^4.0.0",
"mobx-react": "^6.1.3",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"query-string": "^6.8.3",
"react": "^16.9.0",
"react-app-polyfill": "^1.0.2",
"react-datepicker": "^4.8.0",
"react-device-detect": "^1.17.0",
"react-dom": "^16.9.0",
"react-helmet": "^6.1.0",
"react-image-lightbox": "^5.1.0",
"react-js-pagination": "^3.0.2",
"react-leaflet": "^2.4.0",
"react-markdown": "^4.2.2",
"react-modal": "^3.10.1",
"react-player": "2.11.0",
"react-router-dom": "^5.0.1",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-svg": "^10.0.20",
"remove-markdown": "^0.3.0",
"typescript": "^3.6.2",
"universal-cookie": "^4.0.4"
},
"scripts": {
"start:prod": "NODE_ENV=production yarn && yarn build && node server",
"start:local": "NODE_ENV=local yarn && yarn build && node server",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tslint 'src/**/*.{ts,tsx,js}'"
},
"eslintConfig": {
"extends": "react-app"
},
"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": {
"prettier": "^1.18.2",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0"
}
}