forked from docknetwork/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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": "dock-website",
"version": "0.0.1",
"description": "dock.io website",
"main": "index.js",
"scripts": {
"build-proposals": "cross-env node -r @babel/register ./proposals.js",
"dev": "cross-env NODE_ENV=development PORT=3000 node -r @babel/register ./server.js",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "eslint ./components && eslint ./layouts && eslint ./helpers && eslint ./pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docknetwork/website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/docknetwork/website/issues"
},
"homepage": "https://github.com/docknetwork/website#readme",
"dependencies": {
"@babel/register": ">=7.4.4",
"babel-eslint": ">=10.0.1",
"cross-env": ">=5.2.0",
"ethereumjs-util": ">=6.1.0",
"ethjs": ">=0.4.0",
"express": ">=4.17.1",
"humanize-plus": ">=1.8.2",
"imagemin-optipng": "^7.0.0",
"ipfs-mini": ">=1.1.5",
"isomorphic-unfetch": ">=3.0.0",
"moment": ">=2.24.0",
"multihashes": ">=0.4.15",
"next": ">=8.1.0",
"next-compose-plugins": ">=2.2.0",
"next-ga": ">=2.3.4",
"next-optimized-images": ">=2.5.3",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-safe": ">=1.3.0",
"string-loader": ">=0.0.1",
"styled-components": ">=4.3.2"
},
"devDependencies": {
"babel-eslint": ">=10.0.1",
"babel-plugin-styled-components": ">=1.10.6",
"dev-configs": ">=1.1.0",
"eslint": ">=5.16.0",
"eslint-config-airbnb": ">=17.1.1",
"eslint-plugin-import": ">=2.18.0",
"eslint-plugin-jsx-a11y": ">=6.2.3",
"eslint-plugin-react": ">=7.14.3"
}
}