This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
{
"name": "classic-dapp-ui",
"private": false,
"author": "Ethereum Classic Dev Team",
"version": "0.1-internal",
"description": "Ethereum Classic UI Compoments",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"ethereum",
"ethereum classic",
"etc",
"dapp"
],
"repository": {
"type": "git",
"url": "https://github.com/ethereumproject/classic-dapp-ui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereumproject/classic-dapp-ui/issues"
},
"homepage": "https://github.com/ethereumproject/classic-dapp-ui",
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-tap-event-plugin": "^1.0.0"
},
"dependencies": {
"material-ui": "^0.15.0"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"fs-extra": "^0.30.0",
"glob": "^7.0.3",
"karma": "^1.1.1",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"react": "^15.2.1",
"react-addons-test-utils": "^15.2.1",
"react-dom": "^15.2.1",
"react-hot-loader": "^1.3.0",
"react-tap-event-plugin": "^1.0.0",
"recursive-readdir-sync": "^1.0.6",
"webpack": "^1.13.1"
}
}