Convert into a proper Python package
This commit is contained in:
parent
ec175fe0c6
commit
c975ca6f19
22 changed files with 59 additions and 0 deletions
17
src/mysite/package.json
Normal file
17
src/mysite/package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue