Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/apps/auth/package.json
2023-01-24 13:54:48 +01:00

22 lines
408 B
JSON

{
"name": "umbraco-backoffice-auth",
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "Umbraco HQ",
"email": "backoffice@umbraco.com"
},
"type": "module",
"main": "dist/main.js",
"module": "dist/main.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:production": "tsc && vite build --mode production",
"preview": "vite preview"
}
}