-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.64 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
{
"name": "kierunek-dziergania",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix --dir src",
"template": "plop"
},
"dependencies": {
"@ingameltd/node-przelewy24": "^2.1.0",
"@next/third-parties": "^14.2.3",
"@pdf-lib/fontkit": "^1.1.1",
"@portabletext/react": "^3.0.18",
"@react-pdf/renderer": "^3.4.4",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@u-wave/react-vimeo": "^0.9.10",
"crypto-js": "^4.2.0",
"embla-carousel-react": "^8.0.4",
"framer-motion": "^10.18.0",
"next": "^14.2.3",
"next-mdx-remote": "^4.4.1",
"next-sanity": "^7.1.4",
"pdf-lib": "^1.17.1",
"react": "^18.3.1",
"react-audio-visualize": "^1.1.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-select": "^5.8.0",
"react-select-country-list": "^2.2.3",
"react-toastify": "^10.0.5",
"react-use-cart": "^1.13.0",
"resend": "^3.2.0",
"sass": "^1.76.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/gtag.js": "^0.0.19",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-select-country-list": "^2.2.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"embla-carousel": "^8.0.4",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-react": "^7.34.1",
"plop": "^4.0.1",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"server-only": "^0.0.1",
"typescript": "^5.4.5"
}
}