aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4a947cd607276de079233c47af31b3deeea2c4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
	}
}