about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-10-09 18:33:40 +0530
committerAndinus <andinus@nand.sh>2021-10-09 18:33:40 +0530
commit28f2122ce73f197bf28d062f1e6c2bea366bf078 (patch)
tree09a8fbb20bfd1ab21170359e4acd543feac80840 /package.json
parent272dc0801973cd66733ea4f1b0fb7946fa3bb49c (diff)
downloaddorado-28f2122ce73f197bf28d062f1e6c2bea366bf078.tar.gz
Initialize Application
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ec70fbf
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+    "name": "CG-Algorithms",
+    "version": "0.1.0",
+    "private": true,
+    "scripts": {
+        "build": "rollup -c",
+        "dev": "rollup -c -w",
+        "start": "sirv public --no-clear"
+    },
+    "devDependencies": {
+        "@rollup/plugin-commonjs": "^17.0.0",
+        "@rollup/plugin-node-resolve": "^11.0.0",
+        "rollup": "^2.3.4",
+        "rollup-plugin-css-only": "^3.1.0",
+        "rollup-plugin-livereload": "^2.0.0",
+        "rollup-plugin-svelte": "^7.0.0",
+        "rollup-plugin-terser": "^7.0.0",
+        "svelte": "^3.0.0"
+    },
+    "dependencies": {
+        "sirv-cli": "^1.0.0"
+    }
+}