-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "launcher.moe",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KAIFA-CH/launcher.moe.git"
},
"author": "Marie <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KAIFA-CH/launcher.moe/issues"
},
"homepage": "https://github.com/KAIFA-CH/launcher.moe#readme",
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@stripe/stripe-js": "^1.42.0",
"@supabase/auth-helpers-nextjs": "^0.4.0",
"@supabase/auth-helpers-react": "^0.3.0",
"@supabase/auth-ui-react": "^0.2.2",
"@supabase/supabase-js": "^2.0.0",
"cloudflare": "^2.9.1",
"framer-motion": "^7.5.4",
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stripe": "^10.15.0",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "^13.0.0"
}
}