forked from ConsenSys-archive/drizzle-react-legacy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "drizzle-react",
"version": "2.0.0",
"description": "Put some Drizzle on your React components.",
"main": "dist/drizzle-react.js",
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/drizzle-react"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"publish": "webpack --config webpack.prod.js"
},
"keywords": [
"ethereum",
"react"
],
"author": {
"name": "Josh Quintal",
"email": "josh@trufflesuite.com",
"url": "http://truffleframework.com/"
},
"license": "ISC",
"dependencies": {
"debounce": "^1.2.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"shallowequal": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"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.7",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^3.12.0"
}
}