-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.19 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
{
"name": "nuxt-ui-pro-template-docs",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/ant-design": "^1.1.15",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/clarity": "^1.1.12",
"@iconify-json/eos-icons": "^1.1.10",
"@iconify-json/fluent": "^1.1.51",
"@iconify-json/gravity-ui": "^1.1.2",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/lucide": "^1.1.179",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.97",
"@iconify-json/streamline": "^1.1.8",
"@iconify-json/tabler": "^1.1.109",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.5.1",
"@nuxt/ui-pro": "^1.1.0",
"nuxt": "^3.11.1",
"nuxt-og-image": "^2.2.4"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.65",
"@nuxt/eslint-config": "^0.2.0",
"@nuxthq/studio": "^1.0.13",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"vue-tsc": "^2.0.7"
}
}