-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.02 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
{
"name": "spruik",
"version": "1.0.0",
"description": "Advertising state channels app",
"main": "index.js",
"scripts": {
"start": "serve -s build",
"start:dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && eb deploy --profile=metax"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gauravsavanur07/spruik.git"
},
"author": "Gaurav Savanur",
"license": "ISC",
"bugs": {
"url": "https://github.com/gauravsavanur07/spruik/issues"
},
"homepage": "https://github.com/gauravsavanur07/spruik#readme",
"dependencies": {
"alexa-stats": "0.0.2",
"bip39": "^2.5.0",
"blockies": "0.0.2",
"camel-keys": "^1.0.1",
"camelcase": "^5.0.0",
"capitalize": "^1.0.0",
"commafy": "0.0.5",
"debounce": "^1.1.0",
"ethereumjs-abi": "^0.6.5",
"file-saver": "^1.3.8",
"is-valid-domain": "0.0.5",
"is-valid-email": "0.0.2",
"jquery": "^3.3.1",
"kcors": "^2.2.2",
"key-mirror": "^1.0.1",
"koa": "^2.5.2",
"koa-path-match": "^2.0.0",
"koa-sslify": "^2.1.2",
"koa-static": "^5.0.0",
"left-pad": "^1.3.0",
"moment": "^2.22.2",
"pify": "^3.0.0",
"promise-wait": "^1.0.0",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"random-int": "^1.0.0",
"react": "^16.4.2",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.4.2",
"react-scripts": "^1.1.4",
"react-table": "^6.8.6",
"snakecase-keys": "^1.2.0",
"solidity-sha3": "^0.4.1",
"standard": "^11.0.1",
"toastr": "^2.1.4",
"update-query": "^1.0.5"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"standard": "^10.0.2"
}
}