aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-10 23:41:20 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-10 23:41:20 +1000
commita8f80a02b88055cfcb45664ce3a3d24c2b2da98c (patch)
tree021072aa131b2e141978e0223f6e37dfcb1cf1cd /package.json
parentf0df00add356c0ee4cc8743a9ceeb276ae207715 (diff)
Update project-level and client-side documentation
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index f9c23ff..f20f11e 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
- "name": "grid-of-life",
+ "name": "tilo",
"private": true,
"version": "0.0.0",
- "description": "An interactive visualisation of the biological tree of life",
+ "description": "A visual explorer for the biological Tree of Life",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
@@ -12,16 +12,16 @@
"author": "Terry Truong",
"license": "MIT",
"dependencies": {
- "smartcrop-cli": "^2.0.3",
- "vue": "^3.2.25"
+ "vue": "^3.2.25",
+ "smartcrop-cli": "^2.0.3"
},
"devDependencies": {
+ "vite": "^2.8.0",
"@vitejs/plugin-vue": "^2.2.0",
+ "tailwindcss": "^3.0.23",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
- "tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
- "vite": "^2.8.0",
"vue-tsc": "^0.32.1"
}
}