forked from trufflesuite/drizzle-react-components-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "drizzle-react-components-plus",
"version": "0.1.11",
"description": "Drizzle react components with material UI",
"main": "src/index.js",
"scripts": {
"test": "cd test && npm run scripts/start",
"build": "webpack --config webpack.config.js",
"publish": "webpack --config webpack.prod.js"
},
"keywords": [
"ethereum",
"react"
],
"author": {
"name": "Prophet Daniel",
"email": "[email protected]",
"url": "https://ethereumclassic.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProphetDaniel/drizzle-react-components-plus.git"
},
"license": "ISC",
"dependencies": {
"@material-ui/core": "^1.4.1",
"@material-ui/icons": "^2.0.0",
"drizzle-react": "^1.1.1",
"prop-types": "^15.5.10",
"react": "^16.3.0",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
"react-redux": "^5.0.6",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^3.5.3"
}
}