-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "pm2-nel",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"description": "🎯 PM2 web ui",
"author": {
"name": "Gabriel 'DethDKN' Rosa",
"email": "[email protected]",
"url": "https://rosa.dev.br"
},
"license": "MIT",
"funding": "https://github.com/sponsors/dethdkn",
"repository": {
"type": "git",
"url": "git+https://github.com/dethdkn/pm2-nel.git"
},
"bugs": "https://github.com/dethdkn/pm2-nel/issues",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxi typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/flag": "^1.2.0",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/logos": "^1.2.0",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.8.0",
"@nuxt/ui": "^2.18.6",
"@nuxtjs/i18n": "^8.5.5",
"@vueuse/nuxt": "^11.1.0",
"better-sqlite3": "^11.3.0",
"destr": "^2.0.3",
"drizzle-orm": "^0.33.0",
"ldap-passwords": "^3.0.3",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.3.9",
"pm2": "^5.4.2",
"vue": "^3.5.9",
"vue-data-ui": "^2.2.96",
"vue-router": "^4.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@dethdkn/eslint-config": "^1.5.18",
"eslint": "^9.11.1",
"vue-tsc": "^2.1.6"
}
}