-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·69 lines (69 loc) · 2.14 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
{
"name": "danieldunderfelt-com",
"description": "danieldunderfelt.com page source.",
"version": "1.1.3",
"author": "Daniel Dunderfelt",
"dependencies": {
"@svgr/webpack": "^4.1.0",
"classnames": "^2.2.6",
"date-fns": "^1.30.1",
"gatsby": "^3.3.1",
"gatsby-plugin-catch-links": "^3.3.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.3.1",
"gatsby-plugin-netlify": "^3.3.0",
"gatsby-plugin-netlify-cms": "^5.3.0",
"gatsby-plugin-nprogress": "^3.3.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-sass": "^4.3.0",
"gatsby-plugin-sharp": "^3.3.1",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-twitter": "^3.3.0",
"gatsby-remark-copy-linked-files": "^4.0.0",
"gatsby-remark-images": "^5.0.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-responsive-iframe": "^3.2.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^3.3.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"netlify-cms-app": "^2.14.46",
"node-sass": "^5.0.0",
"normalize.css": "^8.0.1",
"parcel-bundler": "^1.12.5",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"url-join": "^4.0.1",
"uuid": "^8.3.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "yarn run develop",
"clean": "rimraf .cache public",
"build": "yarn run clean && gatsby build",
"develop": "yarn run clean && gatsby develop",
"serve": "gatsby serve",
"production": "yarn run build && yarn run serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.16.1",
"rimraf": "^2.6.2"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
}
}