You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
768 B
JSON
30 lines
768 B
JSON
{
|
|
"name": "alarm-web-client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/vue": "^4.1.1",
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.66.1",
|
|
"uid": "^2.0.2",
|
|
"vite": "^4.4.6"
|
|
}
|
|
}
|