-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.64 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "lovelace",
"description": "DeFi-Enabled NFT Marketplace for Cardano",
"private": true,
"version": "0.0.1",
"author": "Pierre Schweiger",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@loadable/component": "^5.15.0",
"@react-spring/web": "^9.3.0",
"@svgr/webpack": "^5.5.0",
"@types/d3": "^7.1.0",
"@types/react-infinite-scroller": "^1.2.1",
"@walletconnect/web3-provider": "^1.2.2",
"antd": "^4.5.4",
"assert": "^2.0.0",
"axios": "^0.23.0",
"babel-plugin-named-asset-import": "^0.3.7",
"buffer": "^6.0.3",
"classnames": "^2.2.6",
"core-js": "3.18.3",
"d3": "^7.1.1",
"ethers": "^5.0.8",
"gatsby": "^3.14.6",
"gatsby-plugin-compile-es6-packages": "^2.1.1",
"gatsby-plugin-google-gtag": "^3.14.0",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-less": "^5.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.1",
"gatsby-source-contentful": "^5.14.1",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"gh-pages": "^3.1.0",
"i": "^0.3.7",
"lodash": "^4.17.21",
"multicoin-address-validator": "^0.5.2",
"npm": "^8.1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^6.1.0",
"react-particles-js": "^3.5.3",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.8.4",
"react-tooltip": "^4.2.21",
"redux": "^4.1.1",
"sine-waves": "^0.3.0",
"stream-browserify": "^3.0.0",
"tsparticles": "^1.36.0"
},
"devDependencies": {
"browserslist": "^4.17.0",
"contentful-import": "^8.2.22",
"cross-env": "7.0.2",
"css-loader": "6.4.0",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "2.4.2",
"netlify-cli": "^6.13.2",
"style-loader": "3.3.0"
},
"browser": {
"http": false,
"https": false,
"os": false
},
"engines": {
"node": ">=10.13.0"
},
"homepage": "https://github.com/contentful/starter-gatsby-blog#readme",
"keywords": [
"gatsby",
"contentful",
"starter"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/contentful/starter-gatsby-blog.git"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"heroku-postbuild": "gatsby build",
"serve": "gatsby serve",
"postinstall": "node ./bin/hello.js",
"setup": "node ./bin/setup.js",
"netlify:login": "netlify login",
"netlify:deploy": "netlify deploy -d public -p"
}
}