-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
130 lines (130 loc) · 4.12 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@rocketui/vue",
"type": "module",
"version": "0.2.73",
"packageManager": "[email protected]",
"description": "A set of customizable UI components for Vue 3, built with TypeScript",
"homepage": "https://teknasyon.github.io/rocket-ui/",
"repository": {
"type": "git",
"url": "git+https://github.com/Teknasyon/rocket-ui"
},
"bugs": {
"url": "https://github.com/Teknasyon/rocket-ui/issues"
},
"exports": {
".": {
"import": "./dist/rocket-ui-vue.js",
"require": "./dist/rocket-ui-vue.umd.cjs",
"default": "./dist/rocket-ui-vue.umd.cjs"
},
"./dist/rocket-ui-vue.js": {
"import": "./dist/rocket-ui-vue.js",
"require": "./dist/rocket-ui-vue.umd.cjs",
"default": "./dist/rocket-ui-vue.umd.cjs"
},
"./dist/rocket-ui-vue.umd.cjs": {
"import": "./dist/rocket-ui-vue.js",
"require": "./dist/rocket-ui-vue.umd.cjs",
"default": "./dist/rocket-ui-vue.umd.cjs"
},
"./dist/rocket-ui-vue.d.ts": {
"import": "./dist/rocket-ui-vue.d.ts",
"require": "./dist/rocket-ui-vue.d.ts",
"default": "./dist/rocket-ui-vue.d.ts"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css",
"default": "./dist/style.css"
}
},
"main": "dist/rocket-ui-vue.umd.cjs",
"module": "dist/rocket-ui-vue.js",
"types": "dist/rocket-ui-vue.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite --host --port 4173",
"build": "run-p type-check build-only",
"build-only": "rm -rf dist types storybook-static && vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest",
"test:coverage": "vitest run --coverage",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint src/{components,directives} --ignore-path .gitignore",
"lint:fix": "eslint src/{components,directives} --fix --ignore-path .gitignore",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:chromatic": "npx chromatic --project-token=CHROMATIC_PROJECT_TOKEN --auto-accept-changes --build-script-name=storybook:build",
"prepare": "husky install",
"ci": "run-s lint type-check test:unit test:coverage build-only",
"build:icons": "node src/scripts/buildIcons.js"
},
"dependencies": {
"@floating-ui/dom": "^1.0.7"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@babel/core": "^7.18.10",
"@mdi/svg": "^7.2.96",
"@mdi/util": "^0.3.2",
"@rushstack/eslint-patch": "^1.1.4",
"@storybook/addon-actions": "^7.6.7",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-mdx-gfm": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.7",
"@storybook/vue3-vite": "^7.6.7",
"@types/jsdom": "^20.0.0",
"@types/node": "^16.11.48",
"@vitejs/plugin-vue": "^3.0.3",
"@vitest/coverage-c8": "^0.22.1",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.0.0",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "^10.4.1",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"chromatic": "^6.20.0",
"cssnano": "^6.0.1",
"dotenv": "^16.3.1",
"eslint": "^8.39.0",
"eslint-plugin-mdx": "^2.0.2",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.0",
"jsdom": "^20.0.0",
"lint-staged": "^13.0.3",
"lodash.kebabcase": "^4.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"postcss-nested": "^5.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.7",
"tailwindcss": "^3.3.5",
"ts-dedent": "^2.2.0",
"typescript": "~4.7.4",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.7.0",
"vitest": "^0.32.0",
"vue": "^3.2.37",
"vue-loader": "^16.8.3",
"vue-tsc": "^1.6.5"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"lint-staged": {
"/src": [
"yarn lint"
]
}
}