76 lines
2 KiB
JSON
76 lines
2 KiB
JSON
|
|
{
|
||
|
|
"name": "debats",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Débats.co",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "nx exec -- npm run _test -- ",
|
||
|
|
"nx": "nx"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://framagit.org/debats/debats"
|
||
|
|
},
|
||
|
|
"author": "Jalil Arfaoui <jalil@arfaoui.net>",
|
||
|
|
"license": "MIT",
|
||
|
|
"devDependencies": {
|
||
|
|
"@nx/devkit": "17.2.8",
|
||
|
|
"@nx/eslint": "17.2.8",
|
||
|
|
"@nx/eslint-plugin": "17.2.8",
|
||
|
|
"@nx/jest": "17.2.8",
|
||
|
|
"@nx/js": "17.2.8",
|
||
|
|
"@nx/next": "^17.2.8",
|
||
|
|
"@nx/playwright": "17.2.8",
|
||
|
|
"@nx/react": "17.2.8",
|
||
|
|
"@nx/vite": "17.2.8",
|
||
|
|
"@playwright/test": "^1.36.0",
|
||
|
|
"@swc-node/register": "~1.6.7",
|
||
|
|
"@swc/cli": "~0.1.62",
|
||
|
|
"@swc/core": "~1.3.85",
|
||
|
|
"@swc/plugin-styled-components": "^1.5.67",
|
||
|
|
"@testing-library/react": "14.0.0",
|
||
|
|
"@types/jest": "^29.4.0",
|
||
|
|
"@types/node": "18.16.9",
|
||
|
|
"@types/react": "18.2.33",
|
||
|
|
"@types/react-dom": "18.2.14",
|
||
|
|
"@types/react-is": "18.2.2",
|
||
|
|
"@types/styled-components": "5.1.26",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||
|
|
"@typescript-eslint/parser": "^6.9.1",
|
||
|
|
"@vitest/coverage-v8": "~0.34.6",
|
||
|
|
"@vitest/ui": "~0.34.6",
|
||
|
|
"babel-jest": "^29.4.1",
|
||
|
|
"babel-plugin-styled-components": "1.10.7",
|
||
|
|
"eslint": "~8.48.0",
|
||
|
|
"eslint-config-next": "13.4.4",
|
||
|
|
"eslint-config-prettier": "^9.0.0",
|
||
|
|
"eslint-plugin-import": "2.27.5",
|
||
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
||
|
|
"eslint-plugin-playwright": "^0.15.3",
|
||
|
|
"eslint-plugin-react": "7.32.2",
|
||
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
||
|
|
"jest": "^29.4.1",
|
||
|
|
"jest-environment-jsdom": "^29.4.1",
|
||
|
|
"nx": "17.2.8",
|
||
|
|
"prettier": "^2.6.2",
|
||
|
|
"ts-jest": "^29.1.0",
|
||
|
|
"ts-node": "10.9.1",
|
||
|
|
"typescript": "~5.2.2",
|
||
|
|
"vite": "^5.0.0",
|
||
|
|
"vite-plugin-dts": "~2.3.0",
|
||
|
|
"vitest": "~0.34.6"
|
||
|
|
},
|
||
|
|
"nx": {
|
||
|
|
"targets": {}
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@swc/helpers": "~0.5.2",
|
||
|
|
"next": "13.4.4",
|
||
|
|
"react": "18.2.0",
|
||
|
|
"react-dom": "18.2.0",
|
||
|
|
"react-is": "18.2.0",
|
||
|
|
"styled-components": "5.3.6",
|
||
|
|
"tslib": "^2.3.0"
|
||
|
|
}
|
||
|
|
}
|