-
Notifications
You must be signed in to change notification settings - Fork 438
/
package.json
59 lines (59 loc) · 1.62 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
{
"name": "site-status",
"description": "a simple site-status pages, power by uptimerobot",
"version": "2.0.0",
"author": {
"name": "imsyy",
"email": "[email protected]",
"url": "https://github.com/imsyy/"
},
"license": "MIT",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"lint": "eslint .",
"pwa": "pwa-assets-generator --preset minimal-2023 public/images/icons/normal/logo.svg",
"vercel": "vercel login && vercel --prod"
},
"dependencies": {
"@nuxt/icon": "1.10.2",
"@nuxthub/core": "0.8.10",
"@nuxtjs/i18n": "9.0.0-rc.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"jose": "^5.9.6",
"lru-cache": "^11.0.2",
"naive-ui": "^2.40.3",
"nuxt": "^3.14.1592",
"nuxtjs-naive-ui": "1.0.2",
"pinia": "^2.3.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.3",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.9.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.10.2",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/nuxt": "0.10.6",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"eslint": "^9.16.0",
"nuxt-lodash": "^2.5.3",
"pinia-plugin-persistedstate": "^4.1.3",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.27.5",
"vercel": "^39.2.2",
"wrangler": "^3.99.0"
},
"packageManager": "[email protected]"
}