-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (30 loc) · 925 Bytes
/
package.json
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": "pythonsd-django",
"version": "0.2.0",
"description": "San Diego Python Website - sandiegopython.org",
"scripts": {
"dist": "tailwindcss -i ./assets/src/input.css -o ./assets/dist/main.css --minify",
"build": "tailwindcss -i ./assets/src/input.css -o ./assets/dist/main.css",
"watch": "tailwindcss -i ./assets/src/input.css -o ./assets/dist/main.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandiegopython/pythonsd-django.git"
},
"engines": {
"npm": ">=10.0.0 <11.0.0",
"node": ">=20.0.0 <21.0.0"
},
"author": "San Diego Python & Contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandiegopython/pythonsd-django/issues"
},
"homepage": "https://github.com/sandiegopython/pythonsd-django#readme",
"dependencies": {
"htmx.org": "^1.9.12"
},
"devDependencies": {
"tailwindcss": "^3.4.3"
}
}