-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.62 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
{
"name": "abap-observability-tools",
"description": "Website for abap-observability-tools",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"deploy": "rm -rf node_modules/.cache/gh-pages && npm run build && gh-pages -d public -b public",
"type-check": "tsc --noEmit",
"lint": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js"
},
"dependencies": {
"@stackbit/gatsby-plugin-menus": "0.0.4",
"chokidar": "^3.5.2",
"classnames": "^2.3.1",
"fs-extra": "^10.0.0",
"gatsby": "4.1.4",
"gatsby-plugin-csp": "1.1.3",
"gatsby-plugin-postcss": "5.1.0",
"gatsby-plugin-react-helmet": "5.1.0",
"gatsby-plugin-sass": "5.1.0",
"gatsby-source-filesystem": "4.1.0",
"gatsby-transformer-remark": "5.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"marked": "^3.0.8",
"moment": "^2.29.1",
"moment-strftime": "^0.5.0",
"postcss": "8.3.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-player": "^2.9.0",
"rehype-react": "^7.0.3",
"sass": "1.43.4",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "8.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"gh-pages": "3.2.3",
"prettier": "2.4.1",
"typescript": "4.4.4"
}
}