-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "distribrewtion-release-notes",
"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": {
"@reach/router": "^1.3.4",
"jdown": "^1.0.4",
"moment": "^2.27.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-static": "^7.4.2",
"react-static-plugin-reach-router": "^7.4.2",
"react-static-plugin-sitemap": "^7.4.2",
"react-static-plugin-source-filesystem": "^7.4.2",
"react-static-plugin-typescript": "^7.4.2",
"sanitize.css": "^12.0.1",
"typeface-roboto": "^0.0.75"
},
"devDependencies": {
"@types/node": "^14.6.4",
"@types/reach__router": "^1.3.5",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-hot-loader": "^4.1.0",
"@types/webpack-env": "^1.14.0",
"react-hot-loader": "^4.12.21",
"serve": "^11.3.2",
"typescript": "^4.0.2"
}
}