forked from agility/agilitycms-gatsby-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "agility-gatsby-starter",
"private": true,
"description": "A simplified bare-bones starter for building websites with Agility CMS & Gatsby.",
"version": "3.0.0",
"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",
"@tailwindcss/typography": "^0.4.0",
"dotenv": "^8.1.0",
"gatsby": "^3.11.1",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"lmdb-store": "^1.6.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^5.2.1",
"react-icons": "^4.2.0",
"truncate-html": "^1.0.2"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"gatsby-plugin-postcss": "^4.2.0",
"postcss": "^8.2.10",
"prettier": "^1.18.2",
"tailwindcss": "^2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/agility/agilitycms-gatsby-starter"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}