{ "name": "tutorialkit.dev", "type": "module", "version": "0.0.1", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build && cp _headers ./dist/", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@tutorialkit/react": "workspace:*", "@webcontainer/api": "1.5.1", "classnames": "^2.5.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@astrojs/check": "^0.7.0", "@astrojs/react": "^3.6.0", "@astrojs/starlight": "^0.23.4", "@tutorialkit/astro": "workspace:*", "@tutorialkit/theme": "workspace:*", "@types/gtag.js": "^0.0.20", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "^4.15.0", "sass": "^1.77.6", "sharp": "^0.32.6", "starlight-links-validator": "^0.9.0", "typescript": "^5.4.5", "unocss": "^0.59.4" } }