-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
119 lines (119 loc) · 3.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
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
{
"name": "vue-wafer-painter",
"description": "The Wafermap component library based on Vue 3 provides a versatile and customizable solution for visualizing wafermaps, commonly used in semiconductor manufacturing.",
"version": "1.0.9",
"private": false,
"author": "ttpss930141011 <https://github.com/ttpss930141011> (https://github.com/ttpss930141011)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ttpss930141011/vue-wafer-painter.git"
},
"bugs": {
"url": "https://github.com/ttpss930141011/vue-wafer-painter/issues"
},
"homepage": "https://vue-wafer-painter.justinxiao.app",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"build-watch": "vite build --watch",
"type-check": "vue-tsc --noEmit --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"knip": "knip --no-exit-code",
"prepare": "husky install",
"pre-commit": "lint-staged",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --docs",
"serve-storybook": "serve storybook-static",
"publish-storybook": "vercel --prod",
"publish-npm": "npm publish"
},
"type": "module",
"main": "dist/vue-wafer-painter.umd.js",
"module": "dist/vue-wafer-painter.es.js",
"exports": {
".": {
"types": "./dist/vue-wafer-painter.d.ts",
"import": "./dist/vue-wafer-painter.es.js",
"require": "./dist/vue-wafer-painter.umd.js"
},
"./dist/style.css": "./dist/index.css"
},
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@floating-ui/vue": "1.1.2",
"lodash": "4.17.21",
"vue": "3.4.34"
},
"devDependencies": {
"@actions/github": "6.0.0",
"@octokit/core": "6.1.2",
"@rushstack/eslint-patch": "1.10.3",
"@storybook/addon-docs": "8.1.2",
"@storybook/addon-essentials": "8.1.2",
"@storybook/addon-interactions": "8.1.2",
"@storybook/addon-links": "8.1.2",
"@storybook/blocks": "8.1.2",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "8.1.2",
"@storybook/vue3-vite": "8.1.2",
"@tsconfig/node18": "18.2.4",
"@types/jsdom": "21.1.6",
"@types/lodash": "4.17.4",
"@types/node": "20.12.12",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "4.0.0",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.5.1",
"eslint": "8.57.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-vue": "9.26.0",
"husky": "9.0.11",
"jsdom": "24.0.0",
"knip": "5.16.0",
"lint-staged": "15.2.4",
"npm-run-all2": "6.2.0",
"prettier": "3.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"remark-gfm": "4.0.0",
"sass": "1.77.2",
"shell-quote": "1.8.1",
"start-server-and-test": "2.0.3",
"storybook": "8.1.2",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-dts": "3.9.1",
"vitest": "0.34.6",
"vue-tsc": "2.0.19"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"keywords": [
"vue",
"vue2",
"vue3",
"vite",
"components",
"ui",
"wafer",
"wafermap"
]
}