2021-01-23 12:23:24 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2021-02-03 11:48:54 +01:00
|
|
|
"dev": "webpack --mode development",
|
|
|
|
"build": "webpack --mode production",
|
|
|
|
"watch": "webpack --mode development --watch"
|
2021-01-23 12:23:24 +01:00
|
|
|
},
|
|
|
|
"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": {
|
2021-02-03 11:48:54 +01:00
|
|
|
"@material-ui/core": "^4.11.3",
|
|
|
|
"@material-ui/icons": "^4.11.2",
|
2021-02-03 20:01:33 +01:00
|
|
|
"@types/jest": "^26.0.20",
|
|
|
|
"@types/node": "^14.14.22",
|
|
|
|
"@types/react": "^17.0.1",
|
|
|
|
"@types/react-dom": "^17.0.0",
|
2021-01-23 12:23:24 +01:00
|
|
|
"object-hash": "^2.1.1",
|
2021-02-03 20:01:33 +01:00
|
|
|
"react-scripts": "^4.0.1",
|
2021-02-06 14:52:24 +01:00
|
|
|
"remarkable-react": "^1.4.3",
|
2021-01-23 12:23:24 +01:00
|
|
|
"reverse-md5": "0.0.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.12.10",
|
|
|
|
"@babel/preset-env": "^7.12.11",
|
2021-02-03 11:48:54 +01:00
|
|
|
"@babel/preset-react": "^7.12.10",
|
2021-01-23 12:23:24 +01:00
|
|
|
"babel-loader": "^8.2.2",
|
2021-02-03 11:48:54 +01:00
|
|
|
"css-loader": "^5.0.1",
|
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"style-loader": "^2.0.0",
|
2021-02-03 20:01:33 +01:00
|
|
|
"ts-loader": "^8.0.14",
|
|
|
|
"typescript": "^4.1.3",
|
2021-01-23 12:23:24 +01:00
|
|
|
"webpack": "^5.17.0",
|
|
|
|
"webpack-cli": "^4.3.1"
|
|
|
|
}
|
|
|
|
}
|