-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 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
{
"name": "agility-gatsby-starter",
"private": true,
"description": "A simplified bare-bones starter for building websites with Agility CMS & Gatsby.",
"version": "2.3.4",
"license": "MIT",
"scripts": {
"build": "gatsby clean && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@agility/gatsby-image-agilitycms": "^1.0.0",
"@agility/gatsby-source-agilitycms": "^3.0.0",
"dotenv": "^8.1.0",
"gatsby": "^3.0.4",
"gatsby-image": "^3.0.0",
"gatsby-plugin-image": "^1.0.1",
"gatsby-plugin-netlify": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^5.2.1",
"truncate-html": "^1.0.2"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/agility/agility-gatsby-starter"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}