-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.73 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@jojomatik/nuxt-bundle",
"version": "1.1.2",
"type": "module",
"description": "A bundle of commonly used nuxt dependencies and configuration.",
"keywords": [
"nuxt",
"bundle",
"config",
"dependencies",
"configuration"
],
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"lint": "eslint . --max-warnings 0",
"semantic-release": "semantic-release"
},
"files": [
"assets",
"locales",
"pages",
"error.vue",
"nuxt.config.ts",
"package.json",
"README.md"
],
"main": "nuxt.config.ts",
"dependencies": {
"@crystal-creations/crystal-components": "1.0.0-beta.22",
"@fontsource/roboto": "5.0.12",
"@mdi/js": "7.4.47",
"@nuxt/image": "1.5.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.3.0",
"@nuxtjs/robots": "3.0.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@storybook/addon-essentials": "8.0.5",
"@storybook/addon-interactions": "8.0.5",
"@storybook/addon-links": "8.0.5",
"@storybook/blocks": "8.0.5",
"@storybook/components": "8.0.5",
"@storybook/manager-api": "8.0.5",
"@storybook/preview-api": "8.0.5",
"@storybook/testing-library": "0.2.2",
"@storybook/types": "8.0.5",
"@storybook/vue3": "8.0.5",
"@storybook/vue3-vite": "8.0.5",
"@types/node": "18.19.29",
"@vitejs/plugin-vue": "^5.0.4",
"chromatic": "11.3.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-vue": "9.24.0",
"prettier": "3.2.5",
"rollup": "4.14.0",
"rollup-plugin-license": "3.3.1",
"sass": "1.72.0",
"semantic-release": "22.0.12",
"storybook": "8.0.5",
"storybook-i18n": "^3.0.1",
"typescript": "5.4.3",
"unplugin-auto-import": "0.17.5",
"unplugin-vue-components": "0.26.0",
"vite-plugin-vuetify": "2.0.3",
"vue-i18n": "9.10.2",
"vue-router": "4.3.0",
"vuetify": "3.5.14"
},
"devDependencies": {
"eslint": "8.57.0",
"nuxt": "3.11.1",
"vite": "5.2.8",
"vue": "3.4.21"
},
"peerDependencies": {
"eslint": "^8.56.0",
"nuxt": "^3.7.4",
"vite": "^5.0.11",
"vue": "^3.4.8"
},
"author": {
"name": "jojomatik",
"email": "dev@jojomatik.de"
},
"bugs": {
"url": "https://github.com/jojomatik/nuxt-bundle/issues",
"email": "dev@jojomatik.de"
},
"homepage": "https://github.com/jojomatik/nuxt-bundle",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jojomatik/nuxt-bundle.git"
},
"publishConfig": {
"access": "public"
}
}