-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.35 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
{
"name": "bitcoin-fast-client",
"version": "0.2.95-a",
"description": "Bitcoin fast client",
"main": "index.js",
"scripts": {
"build:dev": "./node_modules/.bin/webpack --env.dev --progress --profile --watch --colors --env.version 0.2.95-a",
"build:dist": "./node_modules/.bin/webpack --env.prod --progress --profile --colors --env.version 0.2.95-a",
"build:prod": "./node_modules/.bin/webpack --progress --profile --colors --env.version 0.2.95-a"
},
"author": "Jose E. Martinez <[email protected]>",
"license": "ISC",
"devDependencies": {
"axios": "git+https://github.com/mzabriskie/axios.git",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.2.1",
"material-ui": "^0.19.0",
"prop-types": "^15.5.8",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-dropzone": "^3.13.1",
"react-paginate": "^4.4.4",
"react-tabs": "^2.1.0",
"react-tap-event-plugin": "^2.0.0",
"react-transition-group": "^1.2.0",
"uglifyjs-webpack-plugin": "^0.4.3",
"webpack": "^2.6.1",
"validator": "^10.8.0"
}
}