-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.01 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": "mikn-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"format": "biome format --write .",
"lint": "next lint",
"start": "next start",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.13.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@neodyland/ui": "^0.3.2",
"@opennextjs/cloudflare": "^0.0.0-11802c4",
"@types/formidable": "^3.4.5",
"accept-language": "^3.0.18",
"caniuse-lite": "^1.0.30001664",
"clsx": "^2.1.0",
"cobe": "^0.6.3",
"cookies-next": "^4.2.1",
"dev": "^0.1.3",
"formidable": "^3.5.1",
"framer-motion": "^11.0.28",
"fs": "^0.0.1-security",
"i18next": "^23.11.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"minio": "^8.0.1",
"next": "14.2.15",
"next-auth": "^5.0.0-beta.25",
"next-i18next": "^15.2.0",
"react": "^18",
"react-animated-cursor": "^2.11.2",
"react-cookie": "^7.1.4",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18",
"react-i18next": "^14.1.0",
"react-icons": "^5.2.1",
"react-simple-maps": "^3.0.0",
"react-spring": "^9.7.4",
"sharp": "^0.33.5",
"simplex-noise": "^4.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint-config-next": "^14.2.13",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5",
"wrangler": "^3.78.10"
}
}