-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "secure-wallet",
"version": "0.1.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"watch": "webpack --watch --progress",
"analyze": "source-map-explorer main.js",
"bundle-buddy": "bundle-buddy main.js.map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gauravchl/secure-wallet.git"
},
"author": "Gaurav Chikhale",
"license": "ISC",
"bugs": {
"url": "https://github.com/gauravchl/secure-wallet/issues"
},
"homepage": "https://github.com/gauravchl/secure-wallet#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"clipboard": "^1.7.1",
"crypto-js": "^3.1.9-1",
"generate-password": "^1.3.0",
"material-ui": "^0.18.3",
"prop-types": "^15.5.10",
"radium": "^0.19.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-persist": "^4.8.0",
"redux-persist-transform-filter": "0.0.10",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bundle-buddy": "^0.1.1",
"redux-devtools": "^3.4.0",
"source-map-explorer": "^1.3.3",
"webpack": "^2.6.1"
}
}