-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 938 Bytes
/
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
{
"name": "rholang-template",
"version": "1.0.0",
"description": "A template for building your dApp. Execute rholang code on the rchain network in real time.",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@emotion/core": "10.0.22",
"@emotion/styled": "10.0.23",
"emotion": "10.0.23",
"mithril": "0.2.4",
"@material-ui/core": "latest",
"clsx": "latest",
"react": "latest",
"react-dom": "latest",
"react-scripts": "3.0.1",
"esm": "^3.2.25",
"htm": "^3.0.4",
"jake": "^10.8.2",
"rchain-client-api": "0.10.0",
"reshadow": "0.0.1-alpha.72",
"util": "0.11.1"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}