forked from trufflesuite/drizzle-react-components-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 903 Bytes
/
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
{
"name": "drizzle-react-components",
"version": "1.2.1",
"description": "Put some Drizzle on your React components.",
"main": "dist/drizzle-react-components.js",
"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": {
"prop-types": "^15.5.10",
"react": "^15.4.2"
},
"devDependencies": {
"babel-core": "^6.25.0",
"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"
}
}