mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
25 lines
586 B
JSON
25 lines
586 B
JSON
{
|
|
"name": "mo-test-app",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.0.23",
|
|
"vue": "^3.2.41",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"prettier": "^2.7.1",
|
|
"vite": "^3.1.8"
|
|
}
|
|
}
|