vidow/vidow-front/package.json
Kasper Juul Hermansen f6d2b0b9b0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Pin dependencies
2022-10-26 15:19:33 +00:00

33 lines
774 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "1.8.6",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "7.2.9"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-redux": "7.1.24",
"jest": "27.5.1",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}