-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.75 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
{
"name": "glowdex-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devbookhq/splitter": "^1.0.4",
"@reach/slider": "^0.15.2",
"@reduxjs/toolkit": "^1.6.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@tippyjs/react": "^4.2.5",
"@turf/bbox": "^6.4.0",
"bulma": "^0.9.3",
"chroma-js": "^2.1.0",
"d3-array": "^2.12.1",
"dayjs": "^1.9.4",
"formatcoords": "^1.1.3",
"gh-pages": "^3.2.3",
"lodash": "^4.17.21",
"modern-normalize": "^1.1.0",
"papaparse": "^5.3.1",
"plotly.js-cartesian-dist": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-map-gl": "^6.1.16",
"react-modal": "^3.14.3",
"react-number-format": "^4.6.4",
"react-plotly.js": "^2.5.1",
"react-redux": "^7.2.2",
"react-scripts": "^4.0.3",
"react-use": "^17.2.4",
"recharts": "^2.0.9",
"redux-persist": "^6.0.0",
"source-map-explorer": "^2.5.2",
"summary": "^2.1.0",
"swr": "^0.5.6",
"web-vitals": "^2.1.0"
},
"scripts": {
"analyse": "source-map-explorer 'build/static/js/*.js'",
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"defaults",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "^2.3.2"
}
}