-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
96 lines (96 loc) · 3.14 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "anki-templates",
"type": "module",
"version": "2.1.0",
"description": "",
"scripts": {
"build": "node --max-old-space-size=4096 build/cli.ts",
"dev": "ROLLUP_WATCH=true node --max-old-space-size=4096 build/cli.ts --dev --entry",
"lint": "pnpm eslint .",
"format": "pnpm eslint --fix .",
"package": "uv run --frozen build/package.py",
"typecheck": "tsc",
"test-e2e": "pnpm exec playwright test",
"serve-e2e": "pnpm exec serve -p 3001 e2e",
"test": "vitest"
},
"author": "",
"license": "ISC",
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.9.1",
"@koa/router": "^13.1.0",
"@playwright/test": "^1.49.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-url": "^8.0.2",
"@rollup/plugin-virtual": "^3.0.2",
"@rollup/pluginutils": "^5.1.0",
"@swc/core": "^1.10.9",
"@swc/plugin-react-remove-properties": "^6.0.4",
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/node23": "^23.0.0",
"@tsconfig/vite-react": "^3.0.2",
"@types/koa": "^2.15.0",
"@types/koa__router": "^12.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.3",
"@types/react": "^18.3.5",
"@types/webfontloader": "^1.6.38",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"globals": "^15.9.0",
"jsdom": "^25.0.1",
"koa": "^2.15.3",
"pnpm": "^9.9.0",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"rollup": "^4.21.2",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-swc3": "^0.11.2",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "^14.2.4",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"typescript-eslint": "^8.4.0",
"vitest": "^2.1.8"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-medium-zoom": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@dnd-kit/core": "^6.3.1",
"@formkit/auto-animate": "^0.8.2",
"ahooks": "^3.8.1",
"anki-storage": "^1.0.2",
"bytemd": "^1.21.0",
"clsx": "^2.1.1",
"jotai": "^2.11.0",
"katex": "0.16.9",
"lodash-es": "^4.17.21",
"lucide-react": "^0.468.0",
"mermaid": "^11.4.1",
"preact": "^10.23.2",
"react-error-boundary": "^4.1.1",
"react-use": "^17.5.1",
"remeda": "^2.12.0"
}
}