-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.89 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
76
77
{
"name": "react-app",
"description": "",
"version": "0.0.0",
"homepage": "",
"main": "src",
"keywords": [
"feathers"
],
"author": {
"name": "",
"email": ""
},
"contributors": [],
"bugs": {},
"directories": {
"lib": "src",
"test": "test/"
},
"engines": {
"node": "^10.0.0",
"yarn": ">= 0.18.0"
},
"scripts": {
"test": "yarn run eslint && yarn run mocha",
"build:watch": "webpack --progress --watch",
"start": "nodemon src/"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@feathersjs/configuration": "^2.0.2",
"@feathersjs/errors": "^3.3.2",
"@feathersjs/express": "^1.2.5",
"@feathersjs/feathers": "^3.2.1",
"@feathersjs/socketio": "^3.2.4",
"babel-loader": "^8.0.2",
"bootstrap": "^4.1.3",
"clean-webpack-plugin": "^0.1.19",
"compression": "^1.7.3",
"cors": "^2.8.4",
"css-loader": "^1.0.0",
"ethers": "^3.0.27",
"file-loader": "^2.0.0",
"fs-extra": "^7.0.0",
"helmet": "^3.13.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"ipfs-api": "^24.0.1",
"mobx": "^5.1.1",
"mobx-react": "^5.2.8",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-router-dom": "^4.3.1",
"reactstrap": "^6.4.0",
"serve-favicon": "^2.5.0",
"solc": "^0.4.25",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"web3": "^1.0.0-beta.36",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"winston": "^3.1.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"mocha": "^5.2.0",
"nodemon": "^1.18.4",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}