forked from Bootstrap-Academy/admin-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 686 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 686 Bytes
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.vue,.ts ."
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"nuxt": "3.8.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.0",
"vue-i18n": "^9.8.0"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@typescript-eslint/parser": "^6.13.2",
"async-mutex": "^0.4.0",
"dompurify": "^3.0.6",
"gleap": "^13.1.1",
"jwt-decode": "^4.0.0",
"markdown-it": "^13.0.2",
"vue-recaptcha-v3": "^2.0.1"
}
}