-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
82 lines (82 loc) · 2.63 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "rotate",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@citation-js/core": "^0.7.14",
"@citation-js/plugin-bibtex": "^0.7.14",
"@citation-js/plugin-csl": "^0.7.14",
"@citation-js/plugin-doi": "^0.7.14",
"@rgossiaux/svelte-headlessui": "^2.0.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/colormap": "^2.3.4",
"@types/d3": "^7.4.3",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",
"@types/pako": "^2.0.3",
"@types/papaparse": "^5.3.14",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte3": "^4.0.0",
"katex": "^0.16.11",
"markdownlint": "^0.34.0",
"mdsvex": "^0.11.2",
"postcss": "^8.4.39",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"prismjs": "^1.29.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.0.0",
"rehype-figure": "^1.0.1",
"rehype-katex-svelte": "^1.2.0",
"rehype-plugin-image-native-lazy-loading": "^1.2.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-abbr": "^1.4.2",
"rehype-github-alerts": "^3.0.0",
"remark-captions": "^2.2.4",
"remark-gfm": "^4.0.0",
"remark-math": "2.0.1",
"slugify": "^1.6.6",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "~5.5.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.3.3"
},
"type": "module",
"dependencies": {
"@observablehq/plot": "github:chaichontat/plot",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"colormap": "^2.3.2",
"d3": "^7.9.0",
"fzf": "^0.5.2",
"lodash-es": "^4.17.21",
"mdsvex-relative-images": "^1.0.3",
"pako": "^2.1.0",
"papaparse": "^5.4.1",
"tippy.js": "^6.3.7"
}
}