diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
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" + } +} |
