aboutsummaryrefslogtreecommitdiff
path: root/landing/package.json
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2022-11-25 16:42:16 -0800
committerbenj <benj@rse8.com>2022-11-25 16:42:16 -0800
commitaa8c20d501b58001a5e1b24964c62363e2112ff8 (patch)
tree82e53aa5efd6e0a96e8c436655c083de617a6131 /landing/package.json
parentfcd972fd9ae7579724b0ba9b401ceb729e6e0108 (diff)
downloadsecdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar
secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.gz
secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.bz2
secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.lz
secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.xz
secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.zst
secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.zip
some shell is coming together and a rough API
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"
+ }
+}