-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
100 lines (100 loc) · 2.86 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
95
96
97
98
99
100
{
"name": "adchain-registry-webapp",
"version": "1.0.1",
"private": true,
"homepage": "https://publisher.adchain.com",
"dependencies": {
"adblock-detect": "^1.0.5",
"antd": "^3.2.2",
"axios": "^0.18.0",
"blockies": "0.0.2",
"commafy": "0.0.5",
"detect-browser": "^2.5.1",
"dns": "^0.2.2",
"dotenv": "^5.0.1",
"ethereumjs-abi": "^0.6.4",
"ethjs": "^0.2.8",
"file-saver": "^1.3.3",
"fuckadblock": "^3.2.1",
"history": "^4.6.3",
"ipfs-mini": "1.1.2",
"is-mobile": "^0.2.2",
"is-valid-domain": "0.0.4",
"is-valid-email": "0.0.2",
"jquery": "^3.2.1",
"kcors": "^2.2.1",
"key-mirror": "^1.0.1",
"left-pad": "^1.1.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.14",
"prop-types": "^15.5.10",
"pubsub-js": "^1.6.0",
"qs": "^6.5.0",
"random-int": "^1.0.0",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-countdown-moment": "0.0.3",
"react-disqus-comments": "^1.1.0",
"react-dom": "^15.6.1",
"react-joyride": "1.11.4",
"react-router-dom": "^4.1.2",
"react-scripts": "^1.1.4",
"react-table": "6.5.1",
"react-tabs": "^2.2.2",
"redux": "^3.7.2",
"run-parallel": "^1.1.9",
"semantic-ui-react": "^0.71.3",
"solidity-sha3": "^0.4.1",
"store": "^2.0.12",
"toastr": "^2.1.2",
"truffle-contract": "2.0.5",
"uglify-js": "^3.3.14",
"update-query": "^1.0.5"
},
"scripts": {
"start": "serve -s ./build -p 5002",
"start:dev": "react-scripts start --no-info",
"build": "npm run polyfills && react-scripts build",
"polyfills": "yes | cp -f src/polyfills/dotenv/main.js node_modules/dotenv/lib/* && yes | cp -f src/polyfills/pify/index.js node_modules/pify/index.js",
"lint": "standard src/**/*.js",
"lint:fix": "standard --fix src/**/*.js",
"test": "npm run lint && CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.1.2",
"babel-minify": "^0.4.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-runtime": "6.18.0",
"download": "^6.2.5",
"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",
"pre-commit": "^1.2.2",
"serve": "^8.2.0",
"standard": "^10.0.2"
},
"standard": {
"globals": [
"describe",
"context",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"expect"
]
}
}