UNPKG

tutorialkit

Version:

Interactive tutorials powered by WebContainer API

34 lines 862 B
{ "name": "tutorialkit-starter", "version": "0.0.1", "type": "module", "private": true, "scripts": { "astro": "astro", "build": "astro check && astro build", "dev": "astro dev", "preview": "astro preview", "start": "astro dev" }, "dependencies": { "@tutorialkit/components-react": "0.1.2", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@astrojs/check": "^0.7.0", "@astrojs/react": "^3.6.0", "@iconify-json/ph": "^1.1.13", "@iconify-json/svg-spinners": "^1.1.2", "@tutorialkit/astro": "0.1.2", "@tutorialkit/types": "0.1.2", "@types/node": "^20.14.6", "@types/react": "^18.3.3", "@unocss/reset": "^0.59.4", "astro": "^4.12.0", "fast-glob": "^3.3.2", "prettier-plugin-astro": "^0.14.1", "typescript": "^5.4.5", "unocss": "^0.59.4" } }