forked from rchain/rholang-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 840 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
{
"name": "react-static-example-basic",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"serve": "serve dist -p 3000"
},
"dependencies": {
"axios": "^0.21.1",
"codemirror": "^5.58.2",
"codemirror-rholang": "^1.0.1",
"material-icons-react": "^1.0.1",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.5.0",
"react-hot-loader": "^4.13.0",
"react-html-parser": "^2.0.2",
"react-router": "^4.3.1",
"react-smackdown": "^0.8.8",
"react-static": "^7.5.0"
},
"devDependencies": {
"eslint-config-react": "^1.1.7",
"eslint-config-standard-react": "^6.0.0",
"serve": "^10.1.2"
}
}