This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/package.json
Alexander Polynomdivision 1a48bb7a10 feat: Improve the Drawer
2018-08-26 19:27:21 +02:00

27 lines
695 B
JSON

{
"name": "seminarfach",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html --public-url '/app/'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^2.0.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"html-webpack-plugin": "3.2.0",
"typescript": "^2.9.2",
"webpack": "4.17.1",
"webpack-cli": "3.1.0",
"parcel-bundler": "^1.9.7"
}
}