-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
63 lines (63 loc) · 1.81 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
{
"name": "librum-next-port",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/lato": "^5.0.9",
"@netlify/plugin-nextjs": "^4.41.1",
"@portabletext/react": "^3.0.7",
"@reduxjs/toolkit": "^1.9.5",
"@sanity/asset-utils": "^1.3.0",
"@sanity/client": "^6.4.9",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.15.1",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.10",
"@tanstack/react-query": "^4.29.19",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"filepond": "^4.30.4",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"framer-motion": "^10.16.4",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"next": "13.4.9",
"next-sanity": "^5.4.6",
"next-sanity-image": "^6.1.0",
"postcss": "8.4.25",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-filepond": "^7.1.2",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^4.10.1",
"react-player": "^2.13.0",
"react-redux": "^8.1.1",
"react-spinners": "^0.13.8",
"sanity": "^3.15.1",
"sanity-plugin-iframe-pane": "^2.5.5",
"server-only": "^0.0.1",
"stripe": "^13.10.0",
"styled-components": "5.2",
"suspend-react": "^0.1.3",
"tailwindcss": "3.3.2",
"typescript": "^5.1.6"
}
}