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.
31 lines
740 B
31 lines
740 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": {
|
|
"gif.js": "^0.2.0",
|
|
"unplugin-icons": "^0.19.0",
|
|
"vue": "^3.4.26"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/octicon": "^1.1.54",
|
|
"@types/gif.js": "^0.2.5",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^7.8.0",
|
|
"vite": "^5.2.10",
|
|
"vue-eslint-parser": "^9.4.2",
|
|
"vue-tsc": "^2.0.16"
|
|
}
|
|
}
|