-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 952 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 952 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
32
33
34
{
"name": "opencvflow-docs",
"private": true,
"version": "0.1.2",
"description": "Computer Vision IDE",
"author": "Rafael Alexandre Piemotnez <piemontez@live.com>",
"license": "MIT",
"starter-name": "opencvflow-docs",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^3.1.0",
"gatsby": "^4.2.0",
"gatsby-plugin-canonical-urls": "^4.2.0",
"gatsby-plugin-google-analytics": "^4.2.0",
"gatsby-plugin-google-gtag": "^5.4.0",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-remove-trailing-slashes": "^4.2.0",
"gatsby-plugin-sitemap": "^5.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {},
"keywords": [
"gatsby",
"gatsby-starter"
],
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby --host=0.0.0.0 serve",
"clean": "gatsby clean"
}
}