mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-03 03:28:25 -05:00
19 lines
437 B
JSON
19 lines
437 B
JSON
{
|
|
"name": "aliasvault.client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build:client-css": "tailwindcss -i ./tailwind.css -o ./wwwroot/css/tailwind.css --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|