-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.22 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
{
"name": "vue3-operation-step",
"author": {
"name": "cinob",
"email": "cinob@foxmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/cinob/vue3-operation-step.git"
},
"license": "MIT",
"keywords": [
"vue",
"vue3",
"component",
"guide",
"operation"
],
"type": "module",
"version": "0.0.7",
"packageManager": "pnpm@7.12.0",
"files": [
"dist"
],
"main": "./dist/vue3-operation-step.umd.js",
"module": "./dist/vue3-operation-step.js",
"types": "./dist/vue3-operation-step.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build --mode preview",
"build:lib": "vite build ",
"preview": "vite preview",
"lint:fix": "eslint . --fix"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"dependencies": {
"@floating-ui/dom": "^1.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.29.2",
"@types/node": "^18.11.8",
"@unocss/reset": "^0.46.2",
"@vitejs/plugin-vue": "^3.2.0",
"eslint": "^8.26.0",
"stylus": "^0.59.0",
"typescript": "^4.8.4",
"vue": "^3.2.41",
"unocss": "^0.46.2",
"vite": "^3.2.0",
"vite-plugin-dts": "^1.7.0"
},
"eslintConfig": {
"extends": "@antfu"
}
}