-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.77 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
55
56
{
"name": "portway-documentation",
"private": true,
"description": "The website for https://docs.portway.app/",
"version": "2020.3.20.10",
"author": "BonkeyBong, LLC",
"dependencies": {
"@portway/gatsby-source-portway": "^1.2.1",
"classnames": "^2.2.6",
"core-js": "^3.8.3",
"gatsby": "^2.31.1",
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-source-filesystem": "^2.10.0",
"marked": "^0.8.2",
"mobx": "^6.1.0",
"node-sass": "^4.14.1",
"openapi-filter": "^1.5.1",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"redoc": "^2.0.0-rc.48",
"styled-components": "^5.2.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1"
},
"keywords": [],
"license": "MIT",
"scripts": {
"build": "npm run generate-spec && gatsby build",
"develop": "NODE_ENV=development npm run generate-spec && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"generate-spec": "cp -r spec/definitions static/spec/ && npx openapi-filter --strip -- spec/openapi.yml static/spec/openapi.yml"
},
"repository": {
"type": "git",
"url": "https://github.com/BonkeyBong/portway-docs"
},
"bugs": {
"url": "https://github.com/BonkeyBong/portway-docs/issues"
}
}