-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.92 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
{
"name": "design-code-tips-v2",
"description": "Design & Code Tips — version 2 (Based on Gatsby's Kaldi Netlify CMS starter)",
"version": "2.0.0",
"author": "Nuno Marques",
"dependencies": {
"@fontsource/quicksand": "^4.5.4",
"@stayradiated/gatsby-remark-video": "^2.4.0",
"gatsby": "^4.10.3",
"gatsby-link": "^4.11.1",
"gatsby-plugin-feed-generator": "^2.0.5",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-netlify-cms": "^6.0.0",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-purgecss": "^6.0.0",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sass": "^5.0.0",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-remark-copy-linked-files": "^5.10.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.10.2",
"gatsby-remark-relative-images-v2": "^0.1.5",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-remark": "^5.10.2",
"gatsby-transformer-sharp": "^4.10.0",
"lodash": "^4.17.15",
"netlify-cms-app": "^2.15.65",
"prop-types": "^15.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.43.2",
"uuid": "^8.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"build": "gatsby clean && gatsby build --log-pages",
"develop": "npm run clean && gatsby develop",
"serve": "gatsby 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": "^2.6.0"
},
"engines": {
"node": ">= 16.13.2"
}
}