forked from punicasuite/punicasuite.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 771 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
{
"name": "dapp-boxes",
"version": "1.0.0",
"devDependencies": {
"@phenomic/cli": "^1.0.0-beta.3",
"@phenomic/core": "^1.0.0-beta.3",
"@phenomic/preset-react-app": "^1.0.0-beta.3",
"file-loader": "^2.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-helmet": "^5.0.0",
"react-router": "^3.2.0",
"react-topbar-progress-indicator": "^2.0.0",
"simple-json-fetch": "^1.0.1"
},
"scripts": {
"start": "phenomic start",
"build": "phenomic build"
},
"phenomic": {
"presets": [
"@phenomic/preset-react-app"
],
"webpackConfig": "./webpack.config.js"
},
"title": "Ontology dApp tutorials",
"home_page": "https://ont.io",
"github": "http://github.com/punicasuite",
"dependencies": {}
}