-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.5 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": "universe.observer",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build:vercel": "if [ ! -d \"bril\" ] ; then git clone --depth=1 https://github.com/sampsyo/bril; fi && cargo install --path ./bril/bril-rs/bril2json && pnpm build",
"build": "env NODE_ENV=production vite-ssg build -c vite.config.ts",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"@iconify-json/mdi": "^1.1.66",
"@uniob/markdown-it-katex": "1.1.2-r2",
"@unocss/transformer-directives": "^0.49.8",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@vitejs/plugin-vue": "^5.0.4",
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"dat.gui": "^0.7.9",
"dayjs": "^1.11.11",
"diacritics": "^1.3.0",
"floating-vue": "^5.2.2",
"gray-matter": "^4.0.3",
"katex": "^0.16.10",
"markdown-it-anchor": "^8.6.7",
"markdown-it-github-alerts": "^0.3.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-table-of-contents": "^0.6.0",
"mermaid": "^10.9.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"sass": "^1.77.1",
"shiki": "^1.5.2",
"shiki-magic-move": "^0.3.7",
"svgdom": "^0.1.19",
"three": "^0.163.0",
"ts-node": "^10.9.2",
"vite-plugin-pages-sitemap": "^1.6.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-tsc": "^2.0.19"
},
"devDependencies": {
"@akiravoid/markdown-it-sup": "^1.0.2",
"@rollup/pluginutils": "^5.1.0",
"@shikijs/markdown-it": "^1.5.2",
"@shikijs/transformers": "^1.5.2",
"@types/dat.gui": "^0.7.13",
"@types/diacritics": "^1.3.3",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.12.12",
"@types/nprogress": "^0.2.3",
"@types/three": "^0.149.0",
"@unhead/vue": "^1.9.10",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"markdown-it": "^14.1.0",
"prettier": "^3.2.5",
"terser": "^5.31.0",
"tinify": "^1.7.1",
"typescript": "^4.9.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.2.11",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pages": "^0.32.1",
"vite-ssg": "^0.23.7"
}
}