mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "pixelfed",
|
|
"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": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"axios": "^1.4.0",
|
|
"bootstrap": "^5.3.1",
|
|
"laravel-vite-plugin": "^1.0.1",
|
|
"pinia": "^2.1.4",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@ionic/vue": "^7.2.2",
|
|
"@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",
|
|
"ionicons": "^7.1.2",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.64.2",
|
|
"vite": "^5.0.11"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/pixelfed"
|
|
},
|
|
"type": "module"
|
|
}
|