forked from deltaDAO/mvg-hackathon-overview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.22 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "mvg-hackathon-overview",
"private": true,
"description": "An overview page to guide you through the Gaia-X hackathons",
"version": "0.0.1",
"author": "deltaDAO AG",
"homepage": "hackathon.minimal-gaia-x.eu",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop --host 0.0.0.0",
"serve": "serve -s public/",
"format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write",
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx . && npm run type-check",
"clean": "gatsby clean",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@oceanprotocol/art": "^3.2.0",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"gatsby": "^4.2.0",
"gatsby-plugin-gatsby-cloud": "^4.2.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-json": "^4.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dotdotdot": "^1.3.1",
"react-helmet": "^6.1.0",
"react-markdown": "^7.1.0",
"react-tabs": "^3.2.3"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react": "^17.0.36",
"@types/react-helmet": "^6.1.4",
"@types/react-tabs": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.2",
"typescript": "^4.5.2"
},
"keywords": [
"mvg",
"gaia-x"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/deltaDAO/mvg-hackathon-overview"
},
"bugs": {
"url": "https://github.com/deltaDAO/mvg-hackathon-overview/issues"
}
}