-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.64 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.64 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
{
"name": "script-console",
"version": "1.3.0",
"description": "ServiceNow Script Console Application",
"license": "UNLICENSED",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"prebuild": "node scripts/confirm-build.mjs",
"build": "now-sdk build",
"deploy": "now-sdk install",
"transform": "now-sdk transform",
"types": "now-sdk dependencies"
},
"devDependencies": {
"@hookform/resolvers": "^5.2.2",
"@observ33r/object-equals": "^1.1.6",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-url": "^8.0.2",
"@servicenow/eslint-plugin-sdk-app-plugin": "4.0.0",
"@servicenow/glide": "26.0.1",
"@servicenow/isomorphic-rollup": "^1.2.1",
"@servicenow/sdk": "^4.1.1",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/query-broadcast-client-experimental": "5.90.3",
"@tanstack/query-core": "5.90.3",
"@tanstack/react-query": "5.90.3",
"@types/react": "19.x",
"@types/react-dom": "19.x",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^5.0.2",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"dotenv": "^17.2.2",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "^7.0.0",
"framer-motion": "^12.23.22",
"lucide-react": "^0.543.0",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"react": "19.x",
"react-dom": "19.x",
"react-responsive": "^10.0.1",
"react-router": "^7.13.0",
"sn-shadcn-kit": "^2.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4",
"vite": "^7.1.5",
"zod": "^4.1.12"
},
"overrides": {
"shadcn-dropzone": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"@tanstack/query-core": "5.90.3"
}
}