-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "react-static-example-typescript",
"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"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^13.1.0",
"@material-ui/core": "^3.9.3",
"@reach/router": "^1.2.1",
"axios": "^0.18.0",
"dotenv": "^7.0.0",
"r-t-components": "0.0.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-flexbox-grid": "^2.1.2",
"react-icons": "^3.6.1",
"react-static": "^7.0.0",
"react-static-plugin-reach-router": "^7.0.0",
"react-static-plugin-sitemap": "^7.0.0",
"react-static-plugin-source-filesystem": "^7.0.0",
"react-static-plugin-typescript": "^7.0.0"
},
"devDependencies": {
"@types/node": "^10.12.23",
"@types/reach__router": "^1.2.2",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-hot-loader": "^4.1.0",
"@types/webpack-env": "^1.13.6",
"serve": "10.1.1",
"typescript": "^3.4.1"
}
}