-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.44 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.44 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "wrthwhl",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"packageManager": "pnpm@10.14.0",
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@types/qrcode": "^1.5.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"contentlayer2": "^0.5.8",
"core-js": "^3.47.0",
"lucide-react": "^0.562.0",
"next": "16.1.2",
"next-contentlayer2": "^0.5.8",
"qrcode": "^1.5.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-obfuscate": "^3.6.8",
"regenerator-runtime": "0.14.1",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.8.1"
},
"devDependencies": {
"@babel/core": "7.28.6",
"@babel/preset-typescript": "7.28.5",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "^16.0.1",
"@nx/eslint": "22.3.3",
"@nx/eslint-plugin": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/js": "22.3.3",
"@nx/next": "22.3.3",
"@nx/react": "22.3.3",
"@nx/vitest": "^22.3.3",
"@nx/web": "22.3.3",
"@nx/workspace": "22.3.3",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/react": "16.3.1",
"@types/jest": "30.0.0",
"@types/node": "25.0.9",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "8.53.0",
"@typescript-eslint/parser": "8.53.0",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"babel-jest": "30.2.0",
"babel-loader": "10.0.0",
"eslint": "9.39.2",
"eslint-config-next": "16.1.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"jest": "30.2.0",
"jest-environment-jsdom": "^30.2.0",
"nx": "22.3.3",
"postcss": "^8.5.6",
"prettier": "3.8.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"url-loader": "^4.1.1",
"vitest": "^4.0.17",
"wrangler": "^4.59.2"
}
}