File size: 1,551 Bytes
142f91b
 
 
 
 
 
 
 
 
 
 
 
 
 
ec7973c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142f91b
 
 
70b8e47
e815ac5
86b7d9d
be26971
560b99e
423b87b
3d4c901
423b87b
142f91b
 
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
	"name": "frontend",
	"version": "0.0.1",
	"scripts": {
		"dev": "NODE_ENV=development vite --config vite.config.dev.ts dev",
		"build-dev": "vite build --mode development",
		"build": "vite build",
		"preview": "vite preview",
		"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
		"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
		"lint": "prettier --check . && eslint .",
		"format": "prettier --write ."
	},
	"devDependencies": {
		"@sveltejs/adapter-static": "1.0.0-next.43",
		"@sveltejs/kit": "1.0.0-next.504",
		"@tailwindcss/forms": "0.5.3",
		"@tailwindcss/line-clamp": "0.4.2",
		"@types/cookie": "0.5.1",
		"@types/d3-array": "3.0.3",
		"@types/d3-drag": "3.0.1",
		"@types/d3-selection": "3.0.3",
		"@types/d3-zoom": "3.0.1",
		"@typescript-eslint/eslint-plugin": "5.38.0",
		"@typescript-eslint/parser": "5.38.0",
		"autoprefixer": "10.4.12",
		"d3-scale": "4.0.2",
		"eslint": "8.24.0",
		"eslint-config-prettier": "8.3.0",
		"eslint-plugin-svelte3": "4.0.0",
		"postcss": "8.4.16",
		"prettier": "2.6.2",
		"prettier-plugin-svelte": "2.7.1",
		"svelte": "^3.55.1",
		"svelte-check": "2.9.1",
		"svelte-preprocess": "4.10.7",
		"tailwindcss": "3.1.8",
		"tslib": "2.3.1",
		"typescript": "4.7.4",
		"vite": "3.1.3"
	},
	"type": "module",
	"dependencies": {
		"@fontsource/fira-mono": "^4.5.0",
		"@liveblocks/client": "^1.0.1",
		"d3-array": "^3.2.0",
		"d3-drag": "^3.0.0",
		"d3-selection": "^3.0.0",
		"d3-zoom": "^3.0.0",
		"js-cookie": "^3.0.1",
		"nanoid": "^4.0.0"
	}
}