-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 KB
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
{
"name": "react-static-example-basic",
"private": true,
"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 -s",
"lambda-serve": "netlify-lambda serve -p 4567 functions/src",
"lambda-build": "netlify-lambda build functions/src"
},
"dependencies": {
"@reach/router": "^1.2.1",
"aws-sdk": "^2.386.0",
"axios": "^0.18.0",
"chartist": "^0.11.0",
"chartist-plugin-tooltips": "^0.0.17",
"d3-scale": "^2.1.2",
"d3-time": "^1.0.10",
"date-fns": "^1.30.1",
"feed": "^2.0.2",
"glob": "^7.1.3",
"lodash.flatten": "^4.4.0",
"log-scale": "^1.0.1",
"metrics-graphics": "^2.15.6",
"react": "^16.6.3",
"react-click-outside": "tj/react-click-outside",
"react-dom": "^16.6.3",
"react-hot-loader": "^4.3.12",
"react-markdown": "^4.0.6",
"react-metrics-graphics": "^1.0.6",
"react-static": "^6.0.18",
"react-static-plugin-preact": "^6.1.1",
"react-tooltip": "^3.9.2",
"sort-by": "^1.2.0"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
"netlify-lambda": "^1.2.0",
"react-static-plugin-sass": "^6.1.1",
"serve": "10.1.1"
}
}