-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.61 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
{
"private": true,
"description": "Capell Admin using Filament",
"author": "capell-app",
"type": "module",
"scripts": {
"build:js": "node bin/build.js",
"dev": "npm-run-all --parallel dev:*",
"build": "npm-run-all build:*"
},
"devDependencies": {
"@alpinejs/sort": "^3.14.8",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.3.3",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.36.6",
"@tailwindcss/cli": "^4.1.11",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.9",
"@tiptap/extension-highlight": "^3.0.9",
"alpinejs": "^3.10.5",
"autoprefixer": "^10.4.7",
"choices.js": "^10.2.0",
"codemirror": "^5.65.8",
"codemirror-v6": "npm:codemirror@^6.0.0",
"cropperjs": "^1.6.2",
"esbuild": "^0.28.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.23",
"postcss-import": "^15.1.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"tippy.js": "^6.3.7"
}
}