-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.63 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "my-dev-jamstack",
"version": "1.0.0",
"private": true,
"description": "Gatsby source code for the Code.Develop.Engineer blog/portfolio website",
"engines": {
"node": "14.18.x",
"npm": "7.24.x"
},
"prettier": "mj-pa",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "npm install && npm run stackbit && npm run compile",
"stackbit": "npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/60323df295aa610015b59f66 --stackbit-api-key=STACKBIT_API_KEY",
"compile": "cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --prefix-paths --log-pages",
"serve": "gatsby serve"
},
"dependencies": {
"@stackbit/gatsby-plugin-menus": "^0.0.4",
"acorn": "^6.4.2",
"babel-runtime": "^6.26.0",
"chokidar": "^3.4.0",
"classnames": "^2.2.6",
"core-js": "^3.9.1",
"cross-env": "^7.0.3",
"documentation": "^13.2.0",
"fs-extra": "^7.0.1",
"gatsby": "^2.32.11",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"gatsby-plugin-sass": "^4.13.0",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-transformer-remark": "^2.8.14",
"graphql": "^14.7.0",
"js-yaml": "^3.12.2",
"lodash": "^4.17.21",
"marked": "^0.7.0",
"moment": "^2.23.0",
"moment-strftime": "^0.5.0",
"node-sass": "^6.0.1",
"node-sass-utils": "^1.1.2",
"postcss": "^8.2.8",
"react": "^16.14.0",
"react-dom": "^16.8.1",
"react-helmet": "^5.2.0",
"react-html-parser": "^2.0.2",
"react-refresh": "^0.8.3",
"react-script-tag": "^1.1.2",
"rehype-react": "^3.0.2",
"sass": "^1.30.0",
"sprintf-js": "^1.1.2",
"typescript": "^4.2.3",
"webpack": "^4.46.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@netlify/plugin-gatsby": "^1.0.3",
"@netlify/plugin-lighthouse": "^2.1.2",
"babel-eslint": "^10.1.0",
"debug": "^4.3.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"mj-pa": "^2.0.0",
"prettier": "^2.4.1"
},
"eslintConfig": {
"extends": [
"plugin:react-app",
"plugin:react-app/jest",
"plugin:react-hooks/recommended"
]
},
"repository": {
"type": "git",
"url": "https://github.com/killshot13/my-dev-jamstack"
},
"keywords": [
"node",
"gatsby",
"jamstack",
"full-stack",
"react",
"stackbit",
"stackbit-theming",
"graph-ql"
],
"bugs": {
"url": "https://github.com/killshot13/my-dev-jamstack/issues"
},
"homepage": "https://rehnert.co",
"main": "gatsby-config.js",
"author": "Michael Rehnert (killshot13)"
}