generated from oracle-samples/oce-gatsby-blog-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 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
52
53
54
55
56
57
{
"name": "oce-gatsby-blog-sample",
"version": "22.4.2",
"description": "A simple blog site built using Gatsby and Oracle Content Management.",
"author": "Oracle America, Inc.",
"license": "UPL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/oracle-samples/oce-gatsby-blog-sample"
},
"bugs": {
"url": "https://github.com/oracle-samples/oce-gatsby-blog-sample/issues"
},
"keywords": [
"cms",
"javascript",
"gatsby",
"gatsbyjs",
"gatsby-source-oce",
"headless-cms",
"headless-sample",
"oracle-content-management",
"oracle-content-experience",
"oracle-cloud"
],
"scripts": {
"postinstall": "gatsby telemetry --disable",
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint ./src/**/**.jsx "
},
"dependencies": {
"@oracle/gatsby-source-oce": "~1.2.4",
"dotenv": "~8.2.0",
"gatsby": "~3.14.0",
"gatsby-plugin-react-helmet": "~4.2.0",
"gatsby-source-filesystem": "~3.13.0",
"prop-types": "~15.7.2",
"react": "~17.0.1",
"react-dom": "~17.0.1",
"react-helmet": "^6.1.0",
"typescript": "~4.4.2",
"xss": "~1.0.8"
},
"devDependencies": {
"eslint": "~7.11.0",
"eslint-config-airbnb": "~18.2.0",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-react": "~7.21.5",
"eslint-plugin-react-hooks": "~4.2.0"
}
}