-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 916 Bytes
/
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
{
"name": "wh-support-docs",
"version": "1.0.0",
"description": "",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/curam-spm-devops/wh-support-docs.git"
},
"bugs": {
"url": "https://github.com/curam-spm-devops/wh-support-docs/issues"
},
"homepage": "https://github.com/curam-spm-devops/wh-support-docs#readme",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
"dev:clean": "gatsby clean && gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"build:prefixed": "gatsby build --prefix-paths",
"build:clean": "yarn clean && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"eslint": "^8.21.0",
"gatsby": "^3.3.1",
"gatsby-theme-carbon": "^2.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"eslint-plugin-mdx": "^2.0.2"
}
}