|
- {
- "name": "piano-notes-book",
- "type": "module",
- "version": "0.0.1",
- "scripts": {
- "dev": "astro dev",
- "start": "astro dev",
- "build": "astro check && astro build",
- "preview": "astro preview",
- "astro": "astro"
- },
- "dependencies": {
- "@astrojs/check": "^0.5.10",
- "@astrojs/mdx": "^2.2.4",
- "@astrojs/react": "^3.1.1",
- "@astrojs/tailwind": "^5.1.0",
- "@types/react": "^18.2.74",
- "@types/react-dom": "^18.2.24",
- "astro": "^4.5.16",
- "jsdom": "^24.0.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "tailwindcss": "^3.4.3",
- "typescript": "^5.4.4",
- "verovio": "^4.1.0"
- },
- "devDependencies": {
- "@types/jsdom": "^21.1.6",
- "@types/node": "^20.12.7",
- "@types/verovio": "^3.13.4"
- }
- }
|