-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.87 KB
/
package.json
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
55
56
57
58
59
60
61
{
"name": "wind-talker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"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 --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.6",
"@sveltejs/kit": "^1.27.1",
"@tsconfig/svelte": "^3.0.0",
"@types/lodash.debounce": "^4.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.0",
"mdsvex": "^0.12.3",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"svelte-reactive-preprocessor": "^0.8.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/d3-array": "^3.0.9",
"@types/d3-axis": "^3.0.5",
"@types/d3-fetch": "^3.0.5",
"@types/d3-scale": "^4.0.6",
"@types/d3-selection": "^3.0.8",
"@types/d3-shape": "^3.1.4",
"autoprefix": "^1.0.1",
"autoprefixer": "^10.4.16",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-fetch": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"date-picker-svelte": "^2.8.0",
"exponential-backoff": "^3.1.1",
"lodash.debounce": "^4.0.8",
"postcss": "^8.4.31",
"safety-match": "^0.4.4",
"svelte-visibility-change": "^0.6.0",
"tailwindcss": "^3.3.5"
}
}