mirror of
https://github.com/Kindelia/Kind2.git
synced 2024-11-05 07:05:32 +03:00
31 lines
660 B
JSON
31 lines
660 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",
|
|
"inferno": "^7.4.6",
|
|
"inferno-hyperscript": "^7.4.6",
|
|
"isomorphic-ws": "^4.0.1",
|
|
"kind-lang": "^1.0.52",
|
|
"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",
|
|
"webpack": "^5.36.1",
|
|
"webpack-cli": "^4.6.0"
|
|
}
|
|
}
|