-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "readme-ethereum",
"version": "1.0.0",
"description": "Documentation Generation from contract ABI",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start",
"export": "next export",
"next": "next"
},
"author": "Faraaz Nishtar",
"license": "ISC",
"dependencies": {
"@blueprintjs/core": "^1.35.2",
"classnames": "^2.2.5",
"express": "^4.16.3",
"highlight.js": "^9.12.0",
"next": "^6.1.1",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-animate-height": "^1.0.2",
"react-anime": "^2.1.0",
"react-dom": "^16.4.1",
"react-infinite-scroll-component": "^4.1.0",
"react-runkit": "^0.9.0",
"react-scroll": "^1.7.10",
"styled-jsx": "^2.2.7",
"typedarray-to-buffer": "^3.1.5",
"web3": "^1.0.0-beta.35"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^0.5.4",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"react-svg-loader": "^2.1.0",
"react-svg-loader-cli": "^2.1.0",
"serve": "^9.4.0"
}
}