-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "ignore-dependency-scripts \"esno scripts/prepare.ts\"",
"translate": "ignore-dependency-scripts \"esno scripts/translate.ts\"",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint-fix": "nr lint --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.0",
"@iconify-json/mdi": "^1.1.68",
"@nuxt/icon": "^1.4.7",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/i18n": "8.5.0",
"@nuxtjs/seo": "2.0.0-rc.19",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.4",
"@splidejs/vue-splide": "^0.6.12",
"@types/fs-extra": "^11.0.4",
"@vite-pwa/nuxt": "^0.10.0",
"@vueuse/nuxt": "^11.0.1",
"dayjs": "^1.11.13",
"eslint": "^9.9.0",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"ignore-dependency-scripts": "^1.0.1",
"lint-staged": "^15.2.9",
"markdown-it": "^14.1.0",
"nuxt": "^3.12.4",
"nuxt-headlessui": "^1.2.0",
"pinia": "^2.2.2",
"plyr": "^3.7.8",
"pspdfkit": "^2024.5.0",
"rangy": "^1.3.1",
"sass": "^1.77.8",
"translate": "^3.0.0",
"typescript": "^5.5.4"
},
"lint-staged": {
"*": "eslint --fix"
}
}