-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "nebula",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@8.14.1+sha1.d039b38e0b20ad012ed548e44267b8d4c88b447a",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint ."
},
"dependencies": {
"@antfu/eslint-config": "3.14.0",
"@csstools/postcss-global-data": "3.0.0",
"@floating-ui/vue": "1.1.6",
"@iconify-json/material-symbols": "1.2.12",
"@nuxt/fonts": "0.10.3",
"@nuxt/icon": "1.10.3",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/i18n": "9.1.1",
"@types/color": "4.2.0",
"@types/js-search": "1.4.4",
"@vueuse/components": "12.4.0",
"@vueuse/core": "12.4.0",
"@vueuse/nuxt": "12.4.0",
"color": "4.2.3",
"dayjs": "1.11.13",
"eslint": "9.18.0",
"eslint-plugin-format": "1.0.1",
"fuse.js": "7.0.0",
"js-search": "2.0.1",
"nuxt-typed-router": "3.7.3",
"postcss": "8.5.1",
"postcss-preset-env": "10.1.3",
"theme-colors": "0.1.0",
"typescript": "5.7.3",
"vue-tsc": "2.2.0"
},
"devDependencies": {
"nuxt": "3.15.2"
}
}