-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "my-copilot",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build --experimental-build-mode compile",
"start": "node .next/standalone/server.js",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@grafana/faro-web-sdk": "^1.12.2",
"@grafana/faro-web-tracing": "^1.12.2",
"@navikt/ds-css": "^7.9.2",
"@navikt/ds-react": "^7.9.2",
"@octokit/auth-app": "^7.1.4",
"@octokit/rest": "^21.1.0",
"@opentelemetry/api": "^1.9.0",
"chart.js": "^4.4.7",
"next": "15.1.5",
"pino": "^9.6.0",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "^15.1.5",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.5",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"typescript": "^5"
}
}