-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "divergex.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "npx serve@latest out",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"@shadcn/ui": "^0.0.4",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-next": "^0.0.0",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-syntax-highlighter": "^15.6.1",
"shadcn": "^2.1.6",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/preset-react": "^7.25.9",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@next/eslint-plugin-next": "^15.0.3",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"globals": "^15.12.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
}
}