-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.17 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "kaplayground",
"type": "module",
"version": "2.5.3",
"bin": "scripts/cli.js",
"scripts": {
"dev": "vite dev",
"start": "vite dev",
"build": "vite build -- --regenerate",
"preview": "vite preview",
"generate:examples": "node --experimental-strip-types scripts/examples.ts",
"generate:lib": "node --experimental-strip-types scripts/types.ts",
"generate:versions": "node --experimental-strip-types scripts/versions.ts",
"generate:changelog": "node --experimental-strip-types scripts/changelog.ts",
"generate:all": "npm run generate:lib && npm run generate:versions && npm run generate:changelog && npm run generate:examples",
"db:client-migration": "node --experimental-strip-types scripts/idbMigration.ts",
"fmt": "dprint fmt",
"check": "tsc --noEmit --p tsconfig.app.json",
"prepare": "cd kaplay && pnpm i && cd .. && npm run generate:lib",
"sandbox:build": "cd sandbox && vite build",
"sandbox:deploy": "cd sandbox && wrangler pages deploy --branch=main",
"neu": "neu"
},
"dependencies": {
"@fontsource-variable/outfit": "^5.2.5",
"@fontsource-variable/rubik": "^5.1.0",
"@fontsource/dm-mono": "^5.2.5",
"@formkit/drag-and-drop": "^0.0.38",
"@kaplayjs/crew": "^2.1.0",
"@monaco-editor/loader": "1.5.0",
"@monaco-editor/react": "4.7.0",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.3",
"allotment": "^1.20.3",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"console-feed": "^3.8.0",
"daisyui": "^4.12.13",
"esbuild-wasm": "0.25.8",
"idb": "^8.0.3",
"magic-string": "^0.30.11",
"mime-types": "^3.0.1",
"monaco-editor": "0.52.2",
"pako": "^2.1.0",
"query-registry": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.9",
"react-responsive": "^10.0.0",
"react-router-dom": "^7.5.2",
"react-sparkle": "^2.0.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.30.1",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"theme-change": "^2.5.0",
"tweenkie": "^1.0.1",
"typescript": "^5.6.3",
"use-debounce": "^10.1.1",
"uuid": "^13.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@kaplayjs/dprint-config": "^1.1.0",
"@neutralinojs/neu": "^11.3.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.19",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.7.5",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"comment-parser": "^1.4.1",
"dprint": "^0.49.1",
"kaplay": "3001.0.0",
"postcss": "^8.4.47",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"vite": "^5.4.8",
"vite-plugin-custom-env": "^1.0.3",
"vite-plugin-static-copy": "^2.3.1",
"wrangler": "^4.90.0"
},
"packageManager": "pnpm@11.1.1+sha512.d1fdf5f73c617b64fa1a56a81c3c8dfe0e966e33a6010aa256b517ae77be21d93e05affc0de1a83b0e4f29d569f68b446ae8f068cd7247c0bb3df0fb4d7bdf9a"
}