-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.39 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
{
"name": "docs.foodontology",
"private": true,
"homepage": "https://github.com/DuckScapePhilip/FoodOntology/",
"description": "Documentation site for IFT.",
"version": "0.1.0",
"author": "Philip Heggelund <[email protected]>",
"dependencies": {
"@loadable/component": "^5.12.0",
"gatsby": "2.19.17",
"gatsby-plugin-dark-mode": "1.1.0",
"gatsby-plugin-offline": "3.0.34",
"gatsby-theme-apollo-docs": "4.0.5",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"swagger-ui-react": "^3.25.0"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"gatsby",
"ift",
"docs"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build --prefix-paths && npx gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "https://github.com/DuckScapePhilip/FoodOntology/"
},
"bugs": {
"url": "https://github.com/DuckScapePhilip/FoodOntology/issues"
}
}