-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.84 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
{
"name": "trickle-dapp-frontend",
"version": "1.0.4",
"description": "Your hourly pay, cryptographically secured.",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZitRos/trickle-dapp-frontend.git"
},
"keywords": [
"trickle",
"dapp",
"hourly",
"rate",
"contracts",
"pay",
"smart",
"secure",
"crypto",
"tokens",
"stablecoins",
"salary",
"compensation"
],
"author": "ZitRo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZitRos/trickle-dapp-frontend/issues"
},
"homepage": "https://github.com/ZitRos/trickle-dapp-frontend#readme",
"dependencies": {
"clone-deep": "^4.0.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"date-fns": "^2.0.0-alpha.27",
"ethers": "^4.0.27",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"node-sass": "^4.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"react-widgets": "^4.4.11",
"react-widgets-date-fns": "^4.0.26",
"react-widgets-simple-number": "^4.1.23",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"toaster-js": "^2.2.0",
"url-loader": "^1.1.2",
"webpack": "^4.31.0",
"webpack-bundle-analyzer": "^3.2.0",
"webpack-cli": "^3.3.2"
}
}