This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.96 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
56
57
58
59
60
61
62
63
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"docsify": "docsify serve docs --port 4000",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint --ext \".ts,.vue\" --ignore-path .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "pnpm lint:js && pnpm lint:prettier",
"lintfix": "prettier --write --list-different . && pnpm lint:js --fix",
"storybook": "storybook dev --port 6006",
"build-storybook": "storybook build",
"static-storybook": "pnpm dlx http-server ./storybook-static",
"chromatic": "chromatic"
},
"dependencies": {
"@invictus.codes/nuxt-vuetify": "^0.3.0",
"nuxt": "3.6.5",
"vue": "^3.3.7",
"vuetify": "^3.3.17"
},
"devDependencies": {
"@mdi/font": "^7.3.67",
"@nuxt/devtools": "^1.0.0",
"@nuxt/types": "^2.17.2",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/storybook": "7.0.0",
"@storybook-vue/nuxt": "0.1.9",
"@storybook/addon-designs": "^7.0.5",
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-interactions": "7.5.1",
"@storybook/addon-links": "7.5.1",
"@storybook/blocks": "7.5.1",
"@storybook/builder-vite": "7.5.1",
"@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "7.5.1",
"@types/node": "^20.8.10",
"chromatic": "^7.6.0",
"docsify": "^4.13.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.0.1",
"nuxt-mdi": "^1.1.1",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"storybook": "7.5.1",
"storybook-dark-mode": "^3.0.1",
"typescript": "^5.2.2"
},
"version": "",
"readme": "ERROR: No README data found!",
"_id": "nuxt-app@"
}