aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 1f73d3c303e343edd0d2dc4b8060da61e0e1a94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"name": "grid-of-life",
	"private": true,
	"version": "0.0.0",
	"description": "An interactive visualisation of the biological tree of life",
	"scripts": {
		"dev": "vite",
		"build": "vue-tsc --noEmit && vite build",
		"preview": "vite preview"
	},
	"author": "Terry Truong",
	"license": "MIT",
	"dependencies": {
		"smartcrop-cli": "^2.0.3",
		"vue": "^3.2.25"
	},
	"devDependencies": {
		"@vitejs/plugin-vue": "^2.2.0",
		"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"
	}
}