-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 980 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 980 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
{
"name": "jsconfcl",
"type": "module",
"version": "0.0.1",
"scripts": {
"format": "prettier --write .",
"lint": "prettier --check . --ignore-path .dist/ && oxlint . --fix --ignore-path .dist/ && stylelint \"**/*.{css,scss}\" --fix --ignore-path .dist/",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@justinribeiro/lite-youtube": "^1.8.2",
"@midudev/tailwind-animations": "^0.2.0",
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.9.3",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"remove": "^0.1.5",
"tailwindcss": "^4.1.4",
"temporal-polyfill": "^0.3.0"
},
"devDependencies": {
"oxlint": "^1.12.0",
"stylelint": "^16.23.1",
"stylelint-config-standard-scss": "^15.0.1",
"stylelint-config-tailwindcss": "^1.0.0"
}
}