-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
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
{
"name": "docs-tenoco-net",
"private": true,
"version": "1.0.0",
"description": "Documentation for Tenoco.net",
"author": "Ludovic Muller <ludovic@connecteu.rs>",
"license": "MIT",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.1.3",
"gatsby": "^2.24.14",
"gatsby-plugin-canonical-urls": "^2.3.10",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-sitemap": "^2.4.11",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {},
"keywords": [
"gatsby",
"documentation"
],
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}