mirror of
https://github.com/mdbootstrap/Tailwind-Elements.git
synced 2026-01-18 16:16:29 +00:00
25 lines
735 B
JSON
25 lines
735 B
JSON
{
|
|
"name": "tw",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"license": "AGPL",
|
|
"main": "index.js",
|
|
"author": "MDBootstrap <office@mdbootstrap.com>",
|
|
"scripts": {
|
|
"start": "concurrently npm:watch:*",
|
|
"watch:tailwind": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.min.css --minify --watch",
|
|
"watch:hugo": "hugo server -D",
|
|
"build:tailwind": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.min.css --minify",
|
|
"build": "hugo --minify",
|
|
"build:tst": "hugo -e tst --minify"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.0",
|
|
"concurrently": "^6.5.1",
|
|
"perfect-scrollbar": "^1.5.5",
|
|
"postcss": "^8.4.5",
|
|
"postcss-cli": "^9.1.0",
|
|
"tailwindcss": "3.3.0"
|
|
}
|
|
}
|