mirror of
https://github.com/danbulant/ester_os
synced 2026-06-16 21:01:02 +00:00
29 lines
715 B
JSON
29 lines
715 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"description": "Ester os client",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/danbulant/ester_os.git"
|
|
},
|
|
"author": "Daniel Bulant",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/danbulant/ester_os/issues"
|
|
},
|
|
"homepage": "https://github.com/danbulant/ester_os#readme",
|
|
"devDependencies": {
|
|
"babel-loader": "^8.0.6",
|
|
"file-loader": "^5.0.2",
|
|
"react-hot-loader": "^4.12.19",
|
|
"webpack": "^4.41.5",
|
|
"webpack-dev-server": "^3.10.3"
|
|
},
|
|
"dependencies": {
|
|
"react": "^16.12.0"
|
|
}
|
|
}
|