-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "i-ching-book-of-changes",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"stripe:listen": "stripe listen --forward-to=localhost:3000/api/webhooks --project-name=saas-starter"
},
"dependencies": {
"@stripe/stripe-js": "^1.48.0",
"@supabase/auth-helpers-nextjs": "^0.5.4",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.3.3",
"@supabase/auth-ui-shared": "^0.1.2",
"@supabase/supabase-js": "^2.10.0",
"@types/aos": "^3.0.4",
"aos": "^2.3.4",
"bcrypt": "^5.1.0",
"classnames": "^2.3.2",
"next": "^13.2.3",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-merge-refs": "^2.0.1",
"react-toastify": "^9.1.2",
"react-tsparticles": "^2.1.3",
"stripe": "^11.13.0",
"swr": "^2.0.4",
"tailwindcss": "^3.2.7",
"tsparticles": "^2.1.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/node": "^18.14.4",
"@types/react": "^18.0.28",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"supabase": "^1.42.5",
"typescript": "^4.9.5"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}