-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.86 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
65
{
"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-beta.14",
"@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.0",
"@mui/material": "6.4.0",
"@mui/material-nextjs": "6.3.1",
"@mui/system": "6.4.0",
"@sentry/core": "8.50.0",
"@sentry/nextjs": "8.50.0",
"@sentry/utils": "8.50.0",
"@vercel/analytics": "1.4.1",
"@vercel/speed-insights": "1.1.0",
"i18n-iso-countries": "7.13.0",
"ipaddr.js": "2.2.0",
"kyrielle": "2.2.1",
"mapbox-gl": "3.9.3",
"motion": "11.18.0",
"next": "15.1.4",
"next-connect": "1.0.0",
"prismjs": "1.29.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-syntax-highlighter": "15.6.1",
"react-transition-group": "4.4.5",
"swr": "2.3.0"
},
"devDependencies": {
"@codecov/nextjs-webpack-plugin": "1.7.0",
"@microsoft/eslint-formatter-sarif": "3.1.0",
"@next/bundle-analyzer": "15.1.4",
"@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.0",
"@types/node": "20.17.14",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/react-syntax-highlighter": "15.5.13",
"@types/react-transition-group": "4.4.12",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.8",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"jsdom": "26.0.0",
"typescript": "5.7.3",
"vite": "6.0.7",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
},
"packageManager": "yarn@4.6.0"
}