-
Notifications
You must be signed in to change notification settings - Fork 819
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.25 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
{
"name": "@vscode-bicep-ui/deploy-pane",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:update": "vitest -u",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^3.2.4",
"@vscode-elements/webview-playground": "^1.8.0",
"element-internals-polyfill": "^3.0.2",
"happy-dom": "^20.8.9",
"typescript": "^5.7.3",
"vite": "^7.0.0",
"vite-plugin-ejs": "^1.7.0",
"vitest": "^3.2.4"
},
"dependencies": {
"@azure/arm-resources": "^5.2.0",
"@azure/identity": "^4.13.0",
"@microsoft/vscode-azext-utils": "^4.0.3",
"@vscode-bicep-ui/components": "^0.0.0",
"@vscode-elements/elements": "^2.4.0",
"@vscode-elements/react-elements": "^2.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}