Initial commit
This commit is contained in:
82
package.json
Normal file
82
package.json
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev --https",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"start": "node .output/server/index.mjs",
|
||||
"lint": "eslint --ext .ts,.js,.vue,.json './**/*.*'",
|
||||
"lint:fix": "npm run lint -- --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroicons/vue": "^2.0.13",
|
||||
"@incuca/vue3-toaster": "^1.1.1",
|
||||
"@intlify/bundle-utils": "^7.4.0",
|
||||
"@intlify/core-base": "^10.0.6",
|
||||
"@intlify/message-compiler": "^10.0.6",
|
||||
"@meforma/vue-toaster": "^1.3.0",
|
||||
"@nuxt/schema": "^3.16.0",
|
||||
"@nuxt/vite-builder": "^3.0.0",
|
||||
"@nuxtjs/dotenv": "^1.4.2",
|
||||
"@nuxtjs/i18n": "^9.3.1",
|
||||
"@nuxtjs/tailwindcss": "^6.1.3",
|
||||
"@nuxtjs/toast": "^3.3.1",
|
||||
"@paddle/paddle-js": "^1.2.1",
|
||||
"@pinia/nuxt": "^0.4.6",
|
||||
"@rnbo/js": "1.3.1",
|
||||
"@stripe/stripe-js": "^1.46.0",
|
||||
"@types/bootstrap": "^5.2.10",
|
||||
"@types/node": "^22.10.0",
|
||||
"@vite-pwa/nuxt": "^1.0.0",
|
||||
"axios": "^1.3.2",
|
||||
"bootstrap": "^5.2.3",
|
||||
"chart.js": "^4.4.6",
|
||||
"chartjs-adapter-dayjs-4": "^1.0.4",
|
||||
"chartjs-plugin-zoom": "^2.1.0",
|
||||
"dayjs": "^1.11.13",
|
||||
"dexie": "^3.2.5",
|
||||
"dotenv": "^16.4.5",
|
||||
"driver.js": "^1.3.5",
|
||||
"font-awesome": "^4.7.0",
|
||||
"howler": "^2.2.4",
|
||||
"nodemailer": "^6.9.16",
|
||||
"nuxt-headlessui": "^1.0.4",
|
||||
"pdfjs-dist": "^4.5.136",
|
||||
"pinia": "^2.0.28",
|
||||
"pinia-plugin-persistedstate": "^3.0.2",
|
||||
"pino": "^9.5.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"popper.js": "^1.16.1",
|
||||
"sass-embedded": "^1.85.1",
|
||||
"siriwave": "^2.4.0",
|
||||
"toastr": "^2.1.4",
|
||||
"vite": "^6.2.1",
|
||||
"vue": "^3.2.26",
|
||||
"vue-audio-visual": "^3.0.3",
|
||||
"vue-chartjs": "^5.3.2",
|
||||
"vue-responsive-video-background-player": "^2.3.1",
|
||||
"vue-stripe-js": "^1.0.1",
|
||||
"vue-toastr": "^2.1.2",
|
||||
"vue3-circle-progress": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.23.0",
|
||||
"@nuxt/types": "^2.18.1",
|
||||
"@nuxtjs/eslint-config": "^12.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
||||
"@nuxtjs/eslint-module": "^4.1.0",
|
||||
"@types/howler": "^2.2.11",
|
||||
"@types/nodemailer": "^6.4.17",
|
||||
"@types/papaparse": "^5.3.15",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jsonc": "^2.12.2",
|
||||
"nuxt": "^3.14.1592",
|
||||
"papaparse": "^5.4.1",
|
||||
"sass-embedded": "^1.85.1",
|
||||
"vite-plugin-eslint": "^1.8.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user