39 lines
967 B
JSON
39 lines
967 B
JSON
|
{
|
||
|
"name": "wulkanowy-web",
|
||
|
"version": "1.0.0",
|
||
|
"description": "🌋 Przeglądarkowy klient dzienniczka VULCAN UONET+ dla ucznia i rodzica",
|
||
|
"main": "index.js",
|
||
|
"browserslist": [
|
||
|
"defaults"
|
||
|
],
|
||
|
"directories": {
|
||
|
"test": "tests"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"dev": "webpack --mode development --watch",
|
||
|
"build": "webpack --mode productionSSSS"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/wulkanowy/wulkanowy-web.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/wulkanowy/wulkanowy-web/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/wulkanowy/wulkanowy-web#readme",
|
||
|
"dependencies": {
|
||
|
"object-hash": "^2.1.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.12.10",
|
||
|
"@babel/preset-env": "^7.12.11",
|
||
|
"babel-loader": "^8.2.2",
|
||
|
"webpack": "^5.13.0",
|
||
|
"webpack-cli": "^4.3.1"
|
||
|
}
|
||
|
}
|