-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 846 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 846 Bytes
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
{
"name": "fullstack-for-frontend3",
"author": "Jem Young",
"version": "3.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/young/fullstack-for-frontend3/issues"
},
"homepage": "https://github.com/young/fullstack-for-frontend3#readme",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider gatsby develop",
"build": "NODE_OPTIONS=--openssl-legacy-provider gatsby build --prefix-paths",
"publish": "rm -rf docs && mv ./public ./docs",
"serve": "gatsby serve"
},
"dependencies": {
"@emotion/styled": "^10.0.0",
"docz": "^2.0.0-rc.76",
"gatsby": "^2.13.73",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-theme-docz": "latest",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet-async": "^1.0.4",
"typescript": "^4.9.5"
}
}