Files
nuxt-frontend/package.json
Joris Slagter 791aebc346
Some checks failed
continuous-integration/drone/push Build is failing
Initial Nuxt frontend import
- Complete GGZ Ecademy Nuxt.js user portal
- Learning products browser and management
- Member management interface
- User authentication and roles
- Multi-language support (NL/EN)
- Vuex store for state management
- Component-based architecture
2025-12-02 17:48:48 +01:00

47 lines
1.1 KiB
JSON

{
"name": "MijnGgz",
"version": "1.0.0",
"description": "Manager",
"author": "3110",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/laravel-echo": "^1.1.0",
"@nuxtjs/pwa": "^3.3.5",
"csv": "^5.5.0",
"dayjs": "^1.10.6",
"diacritic": "0.0.2",
"downloadjs": "^1.4.7",
"glob": "^7.1.7",
"lodash.isequal": "^4.5.0",
"luxon": "^2.0.2",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.21.1",
"pusher-js": "^7.0.3",
"schema-utils": "^3.1.1",
"vue-form-generator": "^2.3.4",
"vue-quill-editor": "^3.0.6",
"vue2-dropzone": "^3.6.0",
"vue2-filters": "^0.13.0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@nuxtjs/svg": "^0.2.0",
"@nuxtjs/vuetify": "^1.12.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"node-sass": "^5.0.0",
"prettier": "^2.3.2",
"sass-loader": "^10.0.1"
}
}