forked from unthinkmedia/testPreviewURL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 749 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 749 Bytes
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
{
"name": "azure-builder-playground",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"deploy": "npx tsx scripts/deploy-to-hub.ts",
"deploy:quick": "npx tsx scripts/deploy-to-hub.ts --skip-thumbnail"
},
"dependencies": {
"@azure-fluent-storybook/components": "latest",
"@fluentui/react-components": "^9.56.0",
"@fluentui/react-icons": "^2.0.260",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"tsx": "^4.19.0",
"typescript": "~5.7.0",
"vite": "^6.0.0"
}
}