mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-01 07:26:03 +00:00
22 lines
585 B
JSON
22 lines
585 B
JSON
{
|
|
"name": "11ty-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"start": "npx eleventy --serve",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch-tailwind": "npx tailwindcss -i ./tailwind.css -o ./_site/css/tailwind.css --watch",
|
|
"build-tailwind": "npx tailwindcss -i ./tailwind.css -o ./_site/css/tailwind.css"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.1",
|
|
"common-tags": "^1.8.2",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|