-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "deno lint --ignore=node_modules,./.*,**/*.min.js",
"lintless": "npm run lint > lint_output.log 2>&1 || less -R lint_output.log"
},
"dependencies": {
"@nuxt/kit": "^3.14.1592",
"@nuxtjs/i18n": "^8.5.6",
"@sgratzl/chartjs-chart-boxplot": "^4.4.3",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.1",
"@tensorflow/tfjs-node": "^4.22.0",
"@types/sanitize-html": "^2.13.0",
"buffer": "^6.0.3",
"chart.js": "^4.4.6",
"chartjs-plugin-zoom": "^2.0.1",
"markdown-it": "^14.1.0",
"nsfwjs": "^4.2.0",
"nuxt": "^3.14.1592",
"nuxt-security": "^2.1.5",
"pako": "^2.1.0",
"sanitize-html": "^2.13.1",
"techmino-replay-parser": "^3.0.0",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/pako": "^2.0.3",
"sass": "^1.83.0"
}
}