-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.77 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
{
"name": "mtfmt-www",
"version": "1.0.0",
"description": "MtFmt library website and online demo",
"main": "index.js",
"repository": "https://github.com/MtFmT-Lib/mtfmt",
"author": "XiangYang, HalfSweet",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"lint": "yarn run eslint ./src && yarn run stylelint \"./src/**/*.scss\"",
"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"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.1",
"@mdit/plugin-katex": "^0.8.0",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.5.0",
"@types/cookie": "^0.6.0",
"@types/markdown-it": "^13.0.0",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.40.0",
"eslint-plugin-svelte": "^2.29.0",
"highlight.js": "^11.8.0",
"markdown-it": "^14.0.0",
"sass": "^1.62.1",
"stylelint": "^16.1.0",
"stylelint-config-standard-scss": "^13.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.0.1",
"text-vide": "^1.7.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript-parsec": "^0.3.4",
"vite": "^4.3.0",
"vite-plugin-markdown": "^2.1.0",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2"
},
"type": "module",
"dependencies": {
"axios": "^1.4.0",
"monaco-editor": "^0.46.0"
}
}