-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 980 Bytes
/
package.json
File metadata and controls
26 lines (26 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
{
"name": "coding-with-teddy",
"version": "1.0.0",
"description": "Teddy's personal website",
"scripts": {
"watch": "npx @tailwindcss/cli --config ./app/web/html/tailwind.config.js --input ./app/web/html/input.css --output ./app/web/html/static/css/tailwind-styles.css --watch",
"build": "npx @tailwindcss/cli --config ./app/web/html/tailwind.config.js --input ./app/web/html/input.css --output ./app/web/html/static/css/tailwind-styles.css --minify"
},
"author": "Theodore Williams",
"license": "MIT",
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"browser-sync": "^3.0.4",
"npm-check-updates": "^22.1.1",
"prettier": "^3.8.3",
"prettier-plugin-jinja-template": "^2.2.0",
"stylelint": "^17.11.0",
"stylelint-config-standard": "^40.0.0",
"tailwindcss": "^4.2.4"
},
"dependencies": {
"@tailwindcss/cli": "^4.2.4"
}
}