-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
58 lines (58 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
57
58
{
"name": "ibf-website",
"description": "Icelandic Blockchain Foundation website",
"version": "1.1.0",
"author": "IBF <[email protected]>",
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "^2.18.6",
"gatsby-cli": "^2.12.15",
"gatsby-image": "^2.2.34",
"gatsby-plugin-google-analytics": "^2.0.7",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-root-import": "^2.0.4",
"gatsby-plugin-sass": "^5.23.0",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-source-prismic": "^3.0.0-beta.19",
"gatsby-transformer-sharp": "^2.3.9",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.24.0",
"node-sass": "^7.0.3",
"prismic-dom": "^2.1.0",
"prismic-reactjs": "^1.1.2",
"qrcode.react": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"react-scroll-parallax": "^2.2.0",
"react-slick": "^0.23.2",
"scroll-to-element": "^2.0.2"
},
"keywords": [
"ibf"
],
"engines": {
"node": "16.x"
},
"scripts": {
"build": "gatsby build",
"heroku-postbuild": "gatsby build",
"clean": "gatsby clean",
"dev": "gatsby develop",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"now-build": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "vercel --prod -f"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/icelandic-blockchain-foundation/ibf.is"
}
}