-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1013 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1013 Bytes
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
{
"name": "dapp-tcr",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --progress --env=development",
"test": "embark test"
},
"author": "",
"license": "GPL-2",
"homepage": "",
"devDependencies": {},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-regular-svg-icons": "^5.4.2",
"@fortawesome/free-solid-svg-icons": "^5.4.2",
"@fortawesome/react-fontawesome": "^0.1.3",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"embark": "^3.2.3",
"ganache-cli": "^6.1.8",
"history": "^4.7.2",
"node-sass": "^4.9.4",
"react": "^16.6.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.6.0",
"react-jsonschema-form": "^1.0.5",
"react-router": "^4.3.1",
"react-transition-group": "^2.5.0",
"sass-loader": "^7.1.0",
"solc": "0.4.24",
"truffle": "^4.1.14",
"truffle-hdwallet-provider": "0.0.6",
"zeppelin-solidity": "^1.12.0"
}
}