prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1{
2 "name": "@prototypey/site",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview",
11 "test": "vitest"
12 },
13 "dependencies": {
14 "@monaco-editor/react": "^4.7.0",
15 "lz-string": "^1.5.0",
16 "monaco-editor": "0.52.0",
17 "nuqs": "^2.8.8",
18 "prototypey": "workspace:*",
19 "react": "^19.2.4",
20 "react-dom": "^19.2.4"
21 },
22 "devDependencies": {
23 "@tailwindcss/vite": "^4.1.18",
24 "@testing-library/jest-dom": "^6.9.1",
25 "@testing-library/react": "^16.3.2",
26 "@testing-library/user-event": "^14.6.1",
27 "@types/react": "^19.2.13",
28 "@types/react-dom": "^19.2.3",
29 "@vitejs/plugin-react": "^5.1.3",
30 "babel-plugin-react-compiler": "^1.0.0",
31 "eslint-plugin-react-compiler": "19.1.0-rc.2",
32 "jsdom": "^25.0.1",
33 "tailwindcss": "^4.1.18",
34 "typescript": "5.9.3",
35 "vite": "^6.4.1",
36 "vitest": "^3.2.4"
37 }
38}