-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 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
25
26
27
28
29
30
31
{
"name": "cormite-github-io",
"private": true,
"scripts": {
"build:css": "tailwindcss -c tailwind.config.cjs -i ./assets/css/tailwind.input.css -o ./assets/css/tailwind.css --minify && node ./scripts/postbuild-css.mjs",
"watch:css": "tailwindcss -c tailwind.config.cjs -i ./assets/css/tailwind.input.css -o ./assets/css/tailwind.css --watch",
"build:pages": "node ./scripts/build-static-pages.mjs"
},
"overrides": {
"anymatch": {
"picomatch": "^2.3.2"
},
"readdirp": {
"picomatch": "^2.3.2"
},
"micromatch": {
"picomatch": "^2.3.2"
},
"tinyglobby": {
"picomatch": "^4.0.4"
},
"fdir": {
"picomatch": "^4.0.4"
}
},
"devDependencies": {
"jsdom": "^29.0.2",
"playwright": "^1.58.2",
"tailwindcss": "^3.4.17"
}
}