-
-
Notifications
You must be signed in to change notification settings - Fork 387
/
package.json
47 lines (47 loc) · 1.51 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": "docs-content",
"version": "1.0.0",
"description": "content for docs.arduino.cc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bash node_modules/@arduino/docs-arduino-cc/bin/commands.sh bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arduino/docs-content.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arduino/docs-content/issues"
},
"homepage": "https://github.com/arduino/docs-content#readme",
"dependencies": {
"@arduino/docs-arduino-cc": "^2.0.22-lr-hotfix",
"gatsby": "^5.11.0",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gatsby-cloud": "^5.11.0",
"gatsby-plugin-google-tagmanager": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-plugin-segment-js": "^5.0.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-remark-autolink-headers": "^6.11.0",
"gatsby-remark-copy-linked-files": "^6.11.0",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-gitinfo": "^1.1.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"install": "^0.13.0",
"npm": "^10.4.0"
},
"volta": {
"node": "18.16.1",
"npm": "9.8.0"
}
}