You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
644 B
24 lines
644 B
{
|
|
"name": "sg-cloud",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"eslint": "^8.49.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"vite": "^4.4.11"
|
|
}
|
|
}
|
|
|