-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.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
{
"name": "cod-aquarium",
"type": "module",
"private": true,
"scripts": {
"dev": "vitepress dev --port 3000",
"build": "vitepress build",
"preview": "npm run build && vitepress preview"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@babylonjs/core": "^7.42.0",
"@babylonjs/gui": "^7.42.0",
"@babylonjs/gui-editor": "^7.42.0",
"@babylonjs/havok": "^1.3.10",
"@babylonjs/inspector": "^7.42.0",
"@babylonjs/loaders": "^7.43.0",
"@babylonjs/materials": "^7.42.0",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vueuse/core": "^12.3.0",
"autoprefixer": "10.4.20",
"dayjs": "^1.11.12",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"gray-matter": "^4.0.3",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"mermaid": "^11.4.1",
"remeda": "^2.15.0",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"tailwindcss": "3.4.15",
"type-fest": "^4.30.0",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.13",
"zod": "3.23.8"
}
}