-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 838 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
{
"name": "basestation-rscuad-ui",
"version": "1.0.0",
"description": "UI dashboard Base Station R-SCUAD (Tailwind CSS)",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"build:css": "tailwindcss -i ./assets/css/app.css -o ./assets/css/tailwind.css --minify",
"watch:css": "tailwindcss -i ./assets/css/app.css -o ./assets/css/tailwind.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danmirror/basestation-RSCUAD.git"
},
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/danmirror/basestation-RSCUAD/issues"
},
"homepage": "https://github.com/danmirror/basestation-RSCUAD#readme",
"devDependencies": {
"@tailwindcss/cli": "^4.3.3",
"tailwindcss": "^4.3.3"
},
"private": true
}