This repository was archived by the owner on Aug 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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": "development-craft",
"version": "1.0.1",
"private": true,
"description": "Gatsby Drupal Admin Demo",
"author": "Xavier Mirabelli-Montan",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/react": "v1",
"@powerstack/utils": "workspace:*",
"@theme-ui/color": "^0.12.1",
"@theme-ui/presets": "^0.12.1",
"axios": "^0.24.0",
"dotenv": "^16.0.0",
"gatsby": "^4.23.0",
"gatsby-plugin-craftjs": "workspace:*",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-no-sourcemaps": "^4.5.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-sitemap": "^5.3.0",
"gatsby-plugin-theme-ui": "^0.14.7",
"gatsby-source-drupal": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-theme-drupal-admin": "workspace:*",
"gatsby-transformer-sharp": "^4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"theme-ui": "^0.14.7"
},
"devDependencies": {
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
"prettier": "^2.5.1"
}
}