2024-04-25 08:03:54 +00:00
|
|
|
{
|
2024-04-25 08:18:42 +00:00
|
|
|
"name": "app_template",
|
2024-04-25 08:03:54 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"engines": {
|
|
|
|
"node": "^20.0.0",
|
|
|
|
"npm": "^10.0.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2024-09-20 09:20:53 +00:00
|
|
|
"build": "vite build",
|
|
|
|
"dev": "vite --mode development build",
|
|
|
|
"watch": "vite --mode development build --watch",
|
2024-04-25 08:03:54 +00:00
|
|
|
"lint": "eslint src",
|
|
|
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css"
|
|
|
|
},
|
2024-09-20 09:20:53 +00:00
|
|
|
"type": "module",
|
2024-04-25 08:03:54 +00:00
|
|
|
"browserslist": [
|
|
|
|
"extends @nextcloud/browserslist-config"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-09-14 01:05:46 +00:00
|
|
|
"@nextcloud/vue": "^8.18.0",
|
2024-04-25 08:03:54 +00:00
|
|
|
"vue": "^2.7.16"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
2024-06-04 12:31:07 +00:00
|
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
2024-05-11 02:07:20 +00:00
|
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
2024-09-20 09:20:53 +00:00
|
|
|
"@nextcloud/vite-config": "^1.4.2",
|
2024-10-26 02:04:46 +00:00
|
|
|
"vite": "^5.4.10"
|
2024-04-25 08:03:54 +00:00
|
|
|
}
|
|
|
|
}
|