-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "gatsby-drupal-sector-example",
"private": true,
"description": "Gatsby example site using the Drupal source plugin",
"version": "1.0.0",
"author": "Stew West <[email protected]>",
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"gatsby": "next",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-offline": "next",
"gatsby-plugin-schema-snapshot": "^4.9.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-source-drupal": "next",
"gatsby-source-drupal-menu-links": "^3.0.1",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"lodash": "^4.17.20",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^2.2.7",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"chalk": "^4.1.0",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"lint-staged": "^12.3.5",
"prettier": "2.5.1",
"yargs": "^17.3.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"start": "npm run develop",
"setup": "node ./scripts/setup.js"
}
}