summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-02-15 20:42:04 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-02-15 20:42:04 +0100
commitd1dcd0b49010bba31e44859e0d1d76abb7fb20fc (patch)
tree9b0ef2f20679d708933de9876855b458249f1a08 /package.json
downloadalahelo-madio-d1dcd0b49010bba31e44859e0d1d76abb7fb20fc.tar.gz
alahelo-madio-d1dcd0b49010bba31e44859e0d1d76abb7fb20fc.tar.zst
alahelo-madio-d1dcd0b49010bba31e44859e0d1d76abb7fb20fc.zip
Initial commit - v1.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f52e675
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "alahelo-madio",
+ "private": true,
+ "version": "0.0.0",
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc && vite build",
+ "preview": "vite preview"
+ },
+ "devDependencies": {
+ "typescript": "^4.5.4",
+ "vite": "^2.8.0"
+ }
+} \ No newline at end of file