ministream-frontend/package.json
Torjus Håkestad 8f9a8cd655
All checks were successful
Run tests / test (pull_request) Successful in 4m12s
Add some simple tests
2023-12-07 22:49:37 +01:00

40 lines
1.0 KiB
JSON

{
"name": "ministream-frontend",
"version": "1.0.0",
"description": "",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"type-check": "tsc --noEmit",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.1.2",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"parcel": "^2.10.3",
"prettier": "^3.1.0",
"process": "^0.11.10",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}