forked from Giskard-AI/giskard-oss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 695 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 695 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
{
"scripts": {
"build": "tailwindcss -i ./src/scan-widget/style.css -o ./giskard/scanner/templates/static/style.css",
"watch": "tailwindcss -i ./src/scan-widget/style.css -o ./giskard/scanner/templates/static/style.css --watch"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.6",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^10.0.0",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"tailwindcss": "^4.1.0",
"uglify": "^0.1.5"
},
"dependencies": {
"alpinejs": "^3.14.9"
}
}