-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.49 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
{
"name": "xf-cmpt-lib",
"private": false,
"version": "0.7.25",
"_id": "[email protected]",
"type": "module",
"files": [
"dist"
],
"readme": "ERROR: No README data found!",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"homepage": "https://xf-cmpt-lib.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/xfvelocity/xf-cmpt-lib"
},
"bugs": {
"url": "https://github.com/xfvelocity/xf-cmpt-lib/issues"
},
"scripts": {
"dev": "vite",
"build": "npm run lint && vite build",
"preview": "vite preview",
"publish:package": "npm install && npm run build && npm publish",
"test:unit": "vitest",
"test:unit:coverage": "vitest --coverage",
"prettier": "prettier . --write",
"lint": "vue-tsc --noEmit && eslint . --fix --ignore-pattern .gitignore",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky"
},
"dependencies": {
"@vueuse/core": "^11.3.0",
"vue": "^3.5.13",
"vue-inline-svg": "^3.1.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/builder-vite": "^8.4.5",
"@storybook/vue3": "^8.4.5",
"@storybook/vue3-vite": "^8.4.5",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.3",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^2.1.5",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.15.0",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"eslint-plugin-vue": "^9.31.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.27.4",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.81.0",
"storybook": "^8.4.5",
"tslib": "^2.8.1",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
}
}