-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
46 lines (46 loc) · 1.21 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": "isearthstillwarming.com",
"private": true,
"lint-staged": {
"src/**/*.js": [
"npm run format",
"git add"
]
},
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"bundle": "react-static bundle",
"export": "react-static export",
"serve": "serve dist -p 3000",
"cyTest": "cypress run",
"buildTestServer": "serve dist -p 3939",
"test": "server-test buildTestServer 3939 cyTest"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@reach/router": "^1.3.4",
"chart.js": "^2.7.3",
"modern-normalize": "^3.0.1",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.1",
"react-icons": "^5.3.0",
"react-share": "^4.4.1",
"react-static": "^7.6.2",
"react-static-plugin-reach-router": "^7.0.10",
"unitransform": "^1.0.5"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^11.12.0",
"axios": "^1.7.7",
"csvtojson": "^2.0.10",
"cypress": "^13.15.0",
"regression": "^2.0.1",
"serve": "^14.2.3",
"start-server-and-test": "^2.0.8"
}
}