aboutsummaryrefslogtreecommitdiff
path: root/landing/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--landing/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/landing/package.json b/landing/package.json
new file mode 100644
index 0000000..7419243
--- /dev/null
+++ b/landing/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "secd",
+ "version": "1.0.0",
+ "description": "secd landing page",
+ "main": "index.js",
+ "scripts": {
+ "start": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "tailwindcss": "^3.2.4"
+ }
+}