Kind1/web/package.json
2022-04-27 11:41:57 -03:00

33 lines
718 B
JSON

{
"name": "kind-web",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"dotenv": "^10.0.0",
"formcore-js": "^0.1.76",
"fs-extra": "^10.0.1",
"inferno": "^7.4.6",
"inferno-hyperscript": "^7.4.6",
"isomorphic-ws": "^4.0.1",
"nano-ethereum-signer": "^0.1.2"
},
"devDependencies": {
"cors": "^2.8.5",
"ecstatic": ">=4.1.3",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"http-server": "^0.12.3",
"js-beautify": "^1.14.0",
"kind-lang": "^1.0.118",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0"
}
}