24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"name": "tutor",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:css": "npx tailwindcss -i static/css/input.css -o static/css/output.css --minify"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@gitea.cato447.de:222/cato447/tutor-tool.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.21",
|
|
"flowbite": "^3.1.2",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17"
|
|
}
|
|
}
|