-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.11 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
66
67
68
69
70
71
{
"name": "pessastudio",
"version": "3.1.159",
"private": true,
"description": "Pessastudio",
"license": "MIT",
"author": "Gaetano Pessa",
"scripts": {
"build": "next build",
"dev": "next dev",
"lingui:compile": "lingui compile",
"lingui:extract": "NODE_ENV=development lingui extract --clean",
"lint": "next lint --fix",
"postbuild": "next-sitemap",
"postinstall": "npm run prisma:generate",
"prepare": "husky",
"prisma:generate": "npx prisma generate",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@lingui/core": "^4.13.0",
"@lingui/macro": "4.13.0",
"@lingui/react": "4.13.0",
"@lingui/swc-plugin": "^4.0.8",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.15.21",
"@mui/material-nextjs": "^5.16.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/third-parties": "^14.2.15",
"@prisma/client": "^5.21.1",
"@vercel/postgres": "^0.10.0",
"@vercel/speed-insights": "^1.0.12",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unused-imports": "^4.1.4",
"flag-icons": "^7.2.3",
"next": "^14.2.15",
"next-auth": "^4.24.8",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
"pretty-data": "^0.40.0",
"pure-react-carousel": "^1.30.1",
"react": "^18",
"react-cookie-consent": "9.0.0",
"react-dom": "^18",
"react-gtm-module": "^2.0.11",
"react-intersection-observer": "9.13.1",
"react-mailchimp-subscribe": "^2.1.3",
"sharp": "^0.33.5",
"tss-react": "^4.9.13",
"typescript": "5.6.3",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@lingui/cli": "4.13.0",
"@lingui/loader": "^4.13.0",
"@types/node": "22.7.7",
"@types/pretty-data": "0.40.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-gtm-module": "^2.0.4",
"@types/react-mailchimp-subscribe": "^2.1.4",
"eslint": "8.54.0",
"eslint-config-next": "14.2.15",
"husky": "^9.1.6",
"prisma": "^5.21.1"
}
}