-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 708 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"private": true,
"type": "module",
"scripts": {
"dev": "node bin/build.js --dev",
"build": "node bin/build.js"
},
"devDependencies": {
"@awcodes/filament-plugin-purge": "^1.1.2",
"@tailwindcss/cli": "^4.1.10",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.10",
"@tailwindcss/typography": "^0.5.16",
"esbuild": "^0.25.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.6",
"postcss-nested": "^7.0.2",
"postcss-nesting": "^13.0.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"sass": "^1.89.2",
"tailwindcss": "^4.1.10"
}
}