-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.04 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
{
"name": "social-pres",
"version": "1.0.0",
"description": "Achieve goals and form habits through social pressure",
"main": "truffle-config.js",
"directories": {
"test": "test",
"start": "parcel index.html --open"
},
"scripts": {
"test": "jest --watch",
"build": "parcel src/index"
},
"jest": {
"setupTestFrameworkScriptFile": "./setupTests.js"
},
"alias": {
"Contracts": "./build/contracts/",
"Utils": "./src/Utils/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"Utils": "^1.0.39",
"bs58": "^4.0.1",
"buffer": "^5.2.0",
"drizzle": "^1.2.2",
"drizzle-react": "^1.1.1",
"drizzle-react-components": "^1.1.0",
"grommet": "^2.0.0-beta.4",
"grommet-addons": "^0.6.0",
"grommet-icons": "^1.0.0",
"ipfs-api": "^22.3.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"openzeppelin-solidity": "1.10.0",
"openzeppelin-zos": "^1.9.1",
"react": "^16.4.1",
"react-day-picker": "^7.1.10",
"react-dom": "^16.4.1",
"react-router-dom": "^4.4.0-alpha.1",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"regenerator-runtime": "^0.12.0",
"styled-components": "^3.3.3",
"websocket": "^1.0.26"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-grommet": "^0.5.3",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"enzyme": "^3.4.1",
"enzyme-adapter-react-16": "^1.2.0",
"jest": "^23.5.0",
"jest-cli": "^23.5.0",
"node-sass": "^4.9.2",
"parcel-bundler": "^1.8.1",
"regenerator-transform": "^0.13.3",
"web3-utils": "^1.0.0-beta.35"
}
}