Website Structure

This commit is contained in:
supalerk-ar66 2026-01-13 10:46:40 +07:00
parent 62812f2090
commit 71f0676a62
22365 changed files with 4265753 additions and 791 deletions

View file

@ -0,0 +1,24 @@
{
"name": "learner-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"lint": "eslint ."
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.11.2",
"nuxt-quasar-ui": "^3.0.0",
"quasar": "^2.15.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.12.1",
"@types/node": "^22.9.1",
"eslint": "^9.39.2",
"typescript": "^5.4.5"
}
}