-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.88 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.88 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
{
"name": "sourcemap-online",
"version": "0.1.1",
"private": true,
"description": "Online JavaScript Source Map parser, supporting single file parsing and error stack parsing, helping developers quickly locate source code positions.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/whale4113/sourcemap-online.git"
},
"homepage": "https://github.com/whale4113/sourcemap-online#readme",
"bugs": {
"url": "https://github.com/whale4113/sourcemap-online/issues"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^15.3.2",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-label": "2.1.6",
"@radix-ui/react-select": "2.2.4",
"@radix-ui/react-slot": "1.2.2",
"@t3-oss/env-nextjs": "^0.13.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.507.0",
"next": "15.3.1",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-dropzone": "14.3.8",
"sonner": "2.0.3",
"source-map-js": "1.2.1",
"tailwind-merge": "3.2.0",
"zod": "^3.24.4",
"zustand": "5.0.4"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@eslint/eslintrc": "3.3.1",
"@tailwindcss/postcss": "4.1.5",
"@types/node": "20.17.46",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"eslint": "9.26.0",
"eslint-config-next": "15.3.2",
"tailwindcss": "4.1.5",
"tw-animate-css": "1.2.9",
"typescript": "5.8.3"
},
"engines": {
"node": "22.15.0",
"pnpm": "10.11.0"
},
"volta": {
"node": "22.15.0"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}