aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 77d02e8c537521ff5e69cc0249341372b39d9f56 (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
27
28
29
30
31
32
33
34
35
36
37
{
	"name": "animotion",
	"private": true,
	"version": "1.0.0",
	"type": "module",
	"scripts": {
		"dev": "vite",
		"build": "vite build",
		"preview": "vite preview",
		"check": "svelte-check --tsconfig ./tsconfig.json"
	},
	"devDependencies": {
		"@sveltejs/vite-plugin-svelte": "^2.5.2",
		"@tsconfig/svelte": "^5.0.2",
		"@types/d3-interpolate": "^3.0.4",
		"@types/node": "^20.9.0",
		"@types/reveal.js": "^4.4.6",
		"autoprefixer": "^10.4.16",
		"postcss": "^8.4.31",
		"postcss-load-config": "^4.0.1",
		"prettier": "^3.1.0",
		"prettier-plugin-svelte": "^3.1.0",
		"prettier-plugin-tailwindcss": "^0.5.7",
		"svelte": "^4.2.3",
		"svelte-check": "^3.6.0",
		"tailwindcss": "^3.3.5",
		"tslib": "^2.6.2",
		"typescript": "^5.2.2",
		"vite": "^4.5.0"
	},
	"dependencies": {
		"@fontsource-variable/jetbrains-mono": "^5.0.18",
		"@fontsource-variable/manrope": "^5.0.17",
		"d3-interpolate": "^3.0.1",
		"reveal.js": "^5.0.2"
	}
}