-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
executable file
·75 lines (75 loc) · 2.11 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "lemon-dapp",
"version": "1.0.0",
"description": "",
"main": "bundle.js",
"dependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-stage-2": "^6.18.0",
"babel-register": "^6.14.0",
"bcrypt": "^1.0.1",
"bitcore-ecies": "^1.0.2",
"bitcore-lib": "^0.14.0",
"concat-stream": "^1.6.0",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"fsm-event": "^2.1.0",
"json-loader": "^0.5.4",
"left-pad": "^1.1.3",
"libp2p-ipfs-browser": "^0.22.0",
"node-sass": "^4.5.2",
"openpgp": "^2.3.5",
"react": "^15.3.0",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.5.4",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"tapable": "^0.2.6",
"text-encoding": "^0.6.4",
"tg-modal": "^0.7.1",
"web3": "^0.18.2",
"webpack": "^2.3.2",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.4.2"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.11.4",
"babel-jest": "^19.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-http": "^3.0.0",
"fetch-mock": "^5.9.4",
"istanbul": "^0.4.5",
"jest": "^19.0.2",
"mocha": "^3.2.0",
"nock": "^9.0.6",
"node-sass": "^4.5.0",
"react-hot-loader": "^3.0.0-beta.6",
"redux-mock-store": "^1.2.2",
"solidity-sha3": "^0.4.1",
"url-loader": "^0.5.7"
},
"scripts": {
"production": "webpack --config ./webpack.production.js -p",
"start": "node webpack.dev-server.js --progress --colors --inline"
},
"repository": {
"type": "git",
"url": "https://pmedia.codebasehq.com/lemonemail/lemon-dapp.git"
},
"author": "Andrej Cvoro",
"license": "ISC"
}