Logo
Explore Help
Sign In
giers10/lang-quiz
1
0
Fork 0
You've already forked lang-quiz
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
446dab7d4998456f2754ea95bd4cf268dea2e82d
lang-quiz/package.json

17 lines
385 B
JSON
Raw Normal View History

auto-git: [add] README.md [add] client/.gitignore [add] client/README.md [add] client/eslint.config.js [add] client/index.html [add] client/package.json [add] client/public/vite.svg [add] client/src/App.css [add] client/src/App.tsx [add] client/src/api.ts [add] client/src/assets/react.svg [add] client/src/components/EntryCard.tsx [add] client/src/components/ItemPanels.tsx [add] client/src/components/QuizRunner.tsx [add] client/src/components/VideoPlayer.tsx [add] client/src/index.css [add] client/src/main.tsx [add] client/src/pages/EntryPage.tsx [add] client/src/pages/OverviewPage.tsx [add] client/src/pages/QuizPage.tsx [add] client/src/types.ts [add] client/tsconfig.app.json [add] client/tsconfig.json [add] client/tsconfig.node.json [add] client/vite.config.ts [add] gemini_replicate_batch.py [add] package.json [add] prompt.txt [add] server/package.json [add] server/src/index.ts [add] server/tsconfig.json
2026-01-07 18:35:20 +01:00
{
"name": "ig-japanese-quizzer",
"version": "1.0.0",
"private": true,
"workspaces": [
"server",
"client"
],
"scripts": {
"dev": "concurrently \"npm run dev --workspace server\" \"npm run dev --workspace client\"",
"build": "npm run build --workspace server && npm run build --workspace client"
},
"devDependencies": {
"concurrently": "^8.2.2"
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 76ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API