-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 KB
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
32
33
{
"name": "trackers",
"version": "1.0.0",
"description": "A Flask application for managing trackers with PostgreSQL database support.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"build-css": "tailwindcss -i ./static/css/input.css -o ./static/css/dist/output.css --watch",
"build-css-prod": "tailwindcss -i ./static/css/input.css -o ./static/css/dist/output.css --minify",
"build-css-dev": "tailwindcss -i ./static/css/input.css -o ./static/css/dist/output.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simcax/trackers.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simcax/trackers/issues"
},
"homepage": "https://github.com/simcax/trackers#readme",
"devDependencies": {
"@tailwindcss/cli": "^4.1.18",
"@tailwindcss/forms": "^0.5.11",
"flowbite": "^4.0.1",
"tailwindcss": "^4.1.18"
}
}