-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "jkube-website",
"version": "0.0.0",
"description": "Website for Eclipse JKube project",
"main": "index.js",
"scripts": {
"build": "node ./scripts/jkube-version-finder.js && gatsby clean && gatsby build --prefix-paths",
"develop": "node ./scripts/jkube-version-finder.js && gatsby clean && gatsby develop --host=0.0.0.0",
"pretest": "eslint --ignore-path .gitignore .",
"start": "npm run develop",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkubeio/jkube-website.git"
},
"keywords": [
"jkube",
"eclipse",
"jshift",
"plugin"
],
"author": "JKube Development Team",
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/jkubeio/jkube-website/issues"
},
"homepage": "https://github.com/jkubeio/jkube-website#readme",
"devDependencies": {
"axios": "1.4.0",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"style-to-object": "0.4.2",
"xml2js": "0.6.2"
},
"dependencies": {
"asciidoctor": "3.0.2",
"gatsby": "5.11.0",
"gatsby-plugin-i18n-l10n": "5.4.0",
"gatsby-plugin-image": "3.11.0",
"gatsby-plugin-mdx": "5.11.0",
"gatsby-plugin-sass": "6.11.0",
"gatsby-plugin-sharp": "5.11.0",
"gatsby-remark-autolink-headers": "6.11.0",
"gatsby-remark-copy-linked-files": "6.11.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-source-filesystem": "5.11.0",
"gatsby-source-git": "1.1.0",
"gatsby-transformer-asciidoc": "4.11.0",
"prismjs": "1.29.0",
"prism-react-renderer": "2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.56.1"
}
}