A world-class math input for the web
1{
2 "name": "@caret-js/docs",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "astro dev",
8 "build": "astro build",
9 "preview": "astro preview"
10 },
11 "dependencies": {
12 "@tailwindcss/vite": "^4.1.18",
13 "astro": "^5.17.1",
14 "tailwindcss": "^4.1.18"
15 }
16}