-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1003 Bytes
/
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
{
"name": "noobnooc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.13.5",
"@formatjs/intl-localematcher": "^0.5.4",
"@heroicons/react": "^2.1.5",
"@icons-pack/react-simple-icons": "^10.0.0",
"@tailwindcss/typography": "^0.5.15",
"@types/negotiator": "^0.6.3",
"@types/node": "18.11.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.15",
"eslint-plugin-next-on-pages": "^1.13.5",
"negotiator": "^0.6.3",
"next": "^14.2.15",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-pretty-code": "^0.14.0",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"typescript": "5.6.3",
"velite": "^0.1.1"
}
}