-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "gatsby-plugin-decap-cms",
"description": "A Gatsby plugin which generates the Decap CMS single page app",
"version": "4.0.4",
"author": "Decap <[email protected]>",
"bugs": {
"url": "https://github.com/decaporg/gatsby-plugin-decap-cms/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@soda/friendly-errors-webpack-plugin": "1.8.1",
"copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.5.3",
"html-webpack-skip-assets-plugin": "^1.0.3",
"html-webpack-tags-plugin": "^3.0.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "1.6.2",
"netlify-identity-widget": "^1.9.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@changesets/cli": "^2.26.2",
"babel-preset-gatsby-package": "^3.13.0-next.0",
"cross-env": "^7.0.3",
"decap-cms-app": "^3.1.1",
"gatsby": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.0.0"
},
"homepage": "https://github.com/decaporg/gatsby-plugin-decap-cms#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"decap",
"decap-cms",
"cms"
],
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/decaporg/gatsby-plugin-decap-cms",
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
},
"engines": {
"node": ">=18.0.0"
}
}