-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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": "website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "lion-git-hooks",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint --cache --fix .",
"prettier": "prettier --write .",
"preview": "vite preview",
"tc": "tsc --noEmit"
},
"dependencies": {
"@fontsource/inter": "^4.5.7",
"@mdi/js": "^6.6.96",
"@vueuse/core": "^8.2.3",
"dot-prop": "^7.2.0",
"esbuild-wasm": "^0.14.30",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.5.1",
"jslatex": "^0.2.2",
"monaco-editor": "^0.33.0",
"onetime": "^6.0.0",
"outdent": "^0.8.0",
"quasar": "^2.6.5",
"simple-vue-icon": "^1.1.13",
"vscode-oniguruma": "^1.6.2",
"vscode-textmate": "^6.0.0",
"vue": "^3.2.31",
"windicss": "^3.5.1"
},
"devDependencies": {
"@leonzalion/configs": "^1.2.13",
"@quasar/vite-plugin": "^1.0.9",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@windicss/plugin-animations": "^1.0.9",
"desm": "^1.2.0",
"eslint-define-config": "^1.3.0",
"lion-system": "^1.0.17",
"postcss": "^8.4.12",
"rollup": "^2.70.1",
"sass": "1.32.0",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vite-plugin-js-imports": "^1.0.1",
"vite-plugin-windicss": "^1.8.3",
"vue-tsc": "^0.33.9"
}
}