-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.78 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.78 KB
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
{
"name": "high-priests",
"private": true,
"description": "Mystical social donation app.",
"version": "0.1.0",
"dependencies": {
"3box": "^1.17.0",
"@status-im/subspace": "^1.1.0",
"aframe": "^1.0.0",
"aframe-alongpath-component": "^1.0.5",
"aframe-animation-component": "^5.1.2",
"aframe-curve-component": "^0.1.3",
"aframe-react": "^4.4.0",
"aframe-state-component": "^6.8.0",
"axios": "^0.19.2",
"babel-plugin-styled-components": "^1.10.6",
"crypto-js": "^3.1.9-1",
"ethers": "^4.0.44",
"gatsby": "^2.19.12",
"gatsby-image": "^2.2.30",
"gatsby-plugin-manifest": "^2.2.25",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-no-sourcemaps": "^2.1.2",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.2.34",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-sharp": "^2.3.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-countup": "^4.3.1",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-loadable": "^5.5.0",
"react-loading-skeleton": "^2.0.1",
"react-share": "^4.0.1",
"react-step-wizard": "^5.3.0",
"rtoken-analytics": "^0.0.9",
"styled-components": "^4.4.1",
"tribute-utils": "^0.0.6",
"walletlink": "^1.0.0",
"web3": "^1.2.2"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-docs": "^5.2.6",
"@storybook/addon-knobs": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addon-viewport": "^5.2.8",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"babel-loader": "^8.0.6",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"gh-pages": "^2.1.1",
"husky": "^3.0.9",
"parcel-bundler": "^1.12.4",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0"
},
"husky": {
"hooks": {
"pre-commit": ""
}
},
"keywords": [
"rDAI"
],
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy": "yarn build && surge ./public rdai-trees.surge.sh",
"deploy-github": "gatsby build --prefix-paths && gh-pages -d public -r https://$GH_TOKEN@github.com/pi0neerpat/rdai-trees.git",
"lint": "eslint ./src --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}