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.
26 lines
592 B
26 lines
592 B
{
|
|
"name": "pixture",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"src/**/*.vue\" \"src/**/*.ts\""
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.3.11"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-vue": "^9.21.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.8",
|
|
"vue-tsc": "^1.8.25"
|
|
}
|
|
}
|