-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "gl",
"version": "1.0.0",
"description": "",
"main": "index.html",
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"bloomer": "^0.6.5",
"bulma": "^0.7.5",
"dayjs": "^1.8.14",
"javascript-time-ago": "^2.0.1",
"leaflet": "^1.5.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-leaflet": "^2.4.0",
"react-redux": "^7.0.3",
"recharts": "^1.6.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"victory": "^32.2.3"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.4.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.13.0",
"less": "^3.9.0",
"parcel-bundler": "^1.12.3",
"redux-devtools": "^3.5.0"
},
"scripts": {
"dev": "parcel index.html",
"build": "parcel build --out-dir public --public-url ./ index.html",
"publish": "parcel build --out-dir docs --public-url ./ index.html"
},
"browserslist": [
"since 2017-06"
]
}