-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "aap-paw-patrol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest --run"
},
"prettier": "@navikt/aap-felles-prettier",
"dependencies": {
"@navikt/aap-felles-css": "^4.3.1",
"@navikt/aap-felles-react": "^4.3.1",
"@navikt/aap-felles-utils": "^4.3.1",
"@navikt/aksel-icons": "^7.11.0",
"@navikt/ds-css": "^7.11.0",
"@navikt/ds-react": "^7.11.0",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@navikt/aap-felles-prettier": "^4.3.1",
"@navikt/eslint-config-aap": "^2.0.8",
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.2",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "^3.3.3",
"typescript": "^5.7.3",
"vitest": "^2.1.4",
"vitest-fetch-mock": "^0.3.0"
},
"packageManager": "[email protected]"
}