-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.26 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
{
"name": "@ibecsystems/nuxt3-ui-kit",
"version": "1.0.61",
"description": "Ibec Nuxt3 UI components",
"repository": {
"type": "git",
"url": "git+https://github.com/IBEC-BOX/nuxt3-ui-kit.git"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run dev:prepare && npm run prepack",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@nuxt/kit": "^3.7.2",
"@pinia/nuxt": "^0.5.1",
"maska": "^2.1.11",
"pinia": "^2.1.7",
"swiper": "^11.0.3",
"vuetify": "3.3.16"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.2",
"@nuxt/test-utils": "^3.7.3",
"@storybook/addon-designs": "^7.0.5",
"@storybook/addon-essentials": "^7.4.3",
"@storybook/addon-interactions": "^7.4.3",
"@storybook/addon-links": "^7.4.3",
"@storybook/blocks": "^7.4.3",
"@storybook/testing-library": "^0.2.1",
"@storybook/vue3": "^7.4.3",
"@storybook/vue3-vite": "^7.4.3",
"@types/node": "^18.17.15",
"changelogen": "^0.5.5",
"chromatic": "^7.2.0",
"eslint": "^8.49.0",
"eslint-plugin-storybook": "^0.6.14",
"my-module": "^1.0.0",
"nuxt": "^3.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.67.0",
"storybook": "^7.4.3",
"vitest": "^0.33.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"bugs": {
"url": "https://github.com/IBEC-BOX/nuxt3-ui-kit/issues"
},
"homepage": "https://github.com/IBEC-BOX/nuxt3-ui-kit#readme",
"_id": "@ibecsystems/[email protected]"
}