You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
491 B
22 lines
491 B
{
|
|
"name": "sources",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"tailwind" :"tailwindcss -i ./src/view/global.css -o ./dist/output.css --watch",
|
|
"build:css": "tailwindcss build ./src/view/global.css -o public/css/app.css"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
|
|
}
|