-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "react-static-example-basic",
"private": true,
"scripts": {
"prettier": "prettier --write \"src/**/*.{js,jsx}\" \"functions/src/**/*.js\"",
"start": "netlify dev",
"stage": "react-static build --staging",
"build": "react-static build",
"analyze": "react-static build --analyze",
"bundle": "react-static bundle"
},
"dependencies": {
"@reach/router": "^1.2.1",
"aws-sdk": "^2.739.0",
"axios": "^0.19.0",
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "^0.0.17",
"d3-scale": "^3.2.2",
"d3-time": "^2.0.0",
"date-fns": "^2.15.0",
"date-fns-tz": "^1.3.7",
"dotenv": "^8.1.0",
"feed": "^2.0.2",
"feedparser": "^2.2.10",
"glob": "^7.1.4",
"ioredis": "^5.2.3",
"lodash.flatten": "^4.4.0",
"log-scale": "^1.0.1",
"metrics-graphics": "^2.15.6",
"node-fetch": "^2.6.0",
"prettier": "^1.18.2",
"querystring": "^0.2.0",
"react": "^16.9.0",
"react-click-outside": "tj/react-click-outside",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.14",
"react-markdown": "^4.2.2",
"react-metrics-graphics": "^1.0.6",
"react-static": "^7.6.2",
"react-static-plugin-preact": "^7.6.2",
"rss-parser-browser": "^2.2.2",
"sanitize-html": "^2.3.2",
"sort-by": "^1.2.0"
},
"devDependencies": {
"eslint-config-react-tools": "1.1.7",
"netlify-cli": "*",
"react-static-plugin-sass": "^7.6.2",
"react-static-plugin-source-filesystem": "^7.6.2"
},
"engines": {
"node": "^14"
}
}