aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-03-02 10:58:22 +1100
committerTerry Truong <terry06890@gmail.com>2022-03-02 11:05:21 +1100
commitaf1555e223ebb1b1813b9b85f4cf8dddc432189e (patch)
tree4bf05330cd497f5926d4c7aea4136e3cb3ffc194 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4a947cd
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "grid-of-life",
+ "private": true,
+ "version": "0.0.0",
+ "description": "An interactive visualisation of the biological tree of life",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build",
+ "preview": "vite preview"
+ },
+ "author": "Terry Truong",
+ "license": "MIT",
+ "dependencies": {
+ "vue": "^3.2.25"
+ },
+ "devDependencies": {
+ "@vitejs/plugin-vue": "^2.2.0",
+ "vite": "^2.8.0"
+ }
+}