WIP Set up new layout, Tailwind CSS
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "The website on kosmos.org",
|
||||
"scripts": {
|
||||
"build:css": "",
|
||||
"dev": "tailwindcss -i ./themes/kosmos-22/source/main.css -o ./themes/kosmos-22/static/css/main.css --watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gitea.kosmos.org:kosmos/website.git"
|
||||
},
|
||||
"author": "Kosmos Contributors",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"tailwindcss": "3.0.24"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user