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

48 lines
1.2 KiB
JSON
Raw Normal View History

2018-08-15 19:15:12 +00:00
{
2018-08-24 17:03:08 +00:00
"name": "seminarfach",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2018-09-14 14:43:57 +00:00
"test": "jest",
2018-08-26 17:27:21 +00:00
"start": "parcel src/index.html --public-url '/app/'"
2018-08-24 17:03:08 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^2.0.3",
2018-08-24 17:03:08 +00:00
"react": "^16.4.2",
"react-dom": "^16.4.2",
2018-09-18 16:06:08 +00:00
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0"
2018-08-24 17:03:08 +00:00
},
"devDependencies": {
2018-09-14 14:43:57 +00:00
"@types/jest": "^23.3.2",
2018-09-14 16:53:01 +00:00
"@types/react-router-dom": "^4.3.1",
2018-08-24 17:03:08 +00:00
"html-webpack-plugin": "3.2.0",
2018-09-14 14:43:57 +00:00
"jest": "^23.6.0",
"parcel-bundler": "^1.9.7",
"ts-jest": "^23.1.4",
2018-08-24 17:03:08 +00:00
"typescript": "^2.9.2",
2018-09-15 12:45:38 +00:00
"uglify-js": "^3.4.9",
2018-08-24 17:03:08 +00:00
"webpack": "4.17.1",
2018-09-14 14:43:57 +00:00
"webpack-cli": "3.1.0"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
2018-08-24 17:03:08 +00:00
}
2018-08-15 19:15:12 +00:00
}