-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 KB
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
{
"name": "locyanfrp-dashboard-frontend",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "nuxt dev --dotenv .env.development",
"format": "prettier -w .",
"generate": "nuxt generate --dotenv .env",
"preview": "nuxt preview --dotenv .env",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/eslint": "^1.12.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"nuxt-build-info": "^1.1.0",
"prettier": "^3.7.4",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0"
},
"dependencies": {
"@bg-dev/nuxt-naiveui": "2.0.0",
"@cap.js/widget": "^0.1.33",
"@nuxtjs/mdc": "^0.19.2",
"@pinia/nuxt": "^0.11.3",
"@vicons/carbon": "^0.13.0",
"@vicons/fa": "^0.13.0",
"@vicons/fluent": "^0.13.0",
"@vicons/ionicons4": "^0.13.0",
"@vicons/ionicons5": "^0.13.0",
"@vicons/material": "^0.13.0",
"dayjs": "^1.11.19",
"dayjs-nuxt": "^2.1.11",
"highcharts-vue": "^2.0.1",
"highlight.js": "^11.11.1",
"naive-ui": "^2.43.2",
"nuxt": "^4.2.2",
"nuxt-umami": "3.2.1",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"vue": "^3.5.26",
"vue-router": "^4.6.4",
"@locyanfrp-dashboard-frontend/api": "workspace:api",
"@locyanfrp-dashboard-frontend/types": "workspace:types"
}
}