17 lines
394 B
JSON
17 lines
394 B
JSON
{
|
|
"name": "pybtex-css",
|
|
"version": "1.0.0",
|
|
"description": "Pybtex CSS",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@fullhuman/postcss-purgecss": "^1.2.0",
|
|
"cssnano": "^4.1.10",
|
|
"postcss-cli": "^6.1.3",
|
|
"tailwindcss": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"build": "postcss -o static/style.css static-src/style.css"
|
|
},
|
|
"author": "Andrey Golovizin",
|
|
"license": "MIT"
|
|
}
|