-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.78 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "palantir",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@auth0/nextjs-auth0": "4.0.0",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fragaria/address-formatter": "6.4.0",
"@mui/icons-material": "6.4.3",
"@mui/material": "6.4.3",
"@mui/material-nextjs": "6.4.3",
"@mui/system": "6.4.3",
"@sentry/core": "9.0.0",
"@sentry/nextjs": "9.0.0",
"@sentry/utils": "8.54.0",
"@vercel/analytics": "1.5.0",
"@vercel/speed-insights": "1.2.0",
"dayjs": "1.11.13",
"i18n-iso-countries": "7.13.0",
"ipaddr.js": "2.2.0",
"kyrielle": "2.2.1",
"mapbox-gl": "3.9.4",
"motion": "12.4.2",
"next": "15.1.6",
"next-connect": "1.0.0",
"prismjs": "1.29.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-syntax-highlighter": "15.6.1",
"swr": "2.3.2"
},
"devDependencies": {
"@codecov/nextjs-webpack-plugin": "1.9.0",
"@microsoft/eslint-formatter-sarif": "3.1.0",
"@next/bundle-analyzer": "15.1.6",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "20.17.17",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react-syntax-highlighter": "15.5.13",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "3.0.5",
"eslint": "9.20.0",
"eslint-config-next": "15.1.6",
"jsdom": "26.0.0",
"typescript": "5.7.3",
"vite": "6.1.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.5"
},
"packageManager": "[email protected]"
}