-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "torrust-index-gui",
"version": "3.1.0",
"description": "The frontend for the Torrust Index project.",
"repository": {
"type": "git",
"url": "git+https://github.com/torrust/torrust-index-gui.git"
},
"license": "SEE LICENSE IN COPYRIGHT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext \".ts,.js,.vue\" . --max-warnings=0",
"lintfix": "eslint --fix --ext \".ts,.js,.vue\" .",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.1",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@tailwindcss/typography": "^0.5.13",
"@types/dompurify": "^3.0.5",
"@types/marked": "^5.0.2",
"@types/node": "^20.12.2",
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cypress": "^13.10.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"i": "^0.3.7",
"npm": "^10.8.0",
"nuxt": "^3.11.2",
"sqlite3": "^5.1.7",
"typescript": "^5.4.5",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"@heroicons/vue": "^2.1.5",
"@types/uuid": "^9.0.8",
"canvas": "^2.11.2",
"daisyui": "^4.12.10",
"dompurify": "^3.1.6",
"marked": "^12.0.2",
"notiwind-ts": "^2.0.2",
"torrust-index-api-lib": "^3.2.0",
"torrust-index-types-lib": "^3.1.0",
"uuid": "^9.0.1"
}
}