generated from lstoeferle/vite-vue2-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.7 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
{
"name": "vue-dom-sheet",
"version": "0.3.9",
"files": [
"dist"
],
"main": "./dist/vue-dom-sheet.umd.js",
"module": "./dist/vue-dom-sheet.mjs",
"types": "./dist/components/exports.d.ts",
"scripts": {
"dev": "vite --host",
"dev2": "vue-demi-switch 2 && vite",
"dev3": "vue-demi-switch 3 vue3 && vite",
"build": "vite build",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"lint:fix": "eslint \"**/*.{vue,ts,js}\" --fix",
"build2": "vue-demi-switch 2 && vite build",
"build3": "vue-demi-switch 3 vue3 && vite build",
"vue:fix": "vue-demi-fix",
"sync": "cnpm sync vue-dom-sheet"
},
"dependencies": {
"vue-demi": "^0.14.4"
},
"peerDependencies": {
"@vue/composition-api": "^1.7.1",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@floating-ui/dom": "^1.2.8",
"@icebreakers/eslint-config-ts": "^1.0.4",
"@types/lodash-es": "^4.17.7",
"@types/splitpanes": "^2.2.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@vitejs/plugin-vue2-jsx": "^1.1.0",
"@vue-macros/volar": "^0.9.8",
"@vue/composition-api": "^1.7.1",
"@vueuse/core": "^10.1.2",
"autoprefixer": "^10.4.14",
"core-js": "^3.30.2",
"dayjs": "^1.11.7",
"element-ui": "^2.15.13",
"eslint": "^8.40.0",
"eslint-plugin-vue": "^9.13.0",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"open-cli": "^7.2.0",
"perfect-scrollbar": "^1.5.5",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.62.1",
"splitpanes": "^2.4.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.16.0",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-define-options": "^1.3.5",
"vite": "^4.3.7",
"vite-plugin-dts": "^2.3.0",
"vue": "npm:vue@v2-latest",
"vue-eslint-parser": "^9.3.0",
"vue-fragment": "^1.6.0",
"vue-router": "^3.5.4",
"vue-template-compiler": "^2.7.14",
"vue-template-es2015-compiler": "^1.9.1"
},
"engines": {
"pnpm": ">=7.10.0"
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/sonofmagic/vue-dom-sheet2.git"
},
"author": "SonOfMagic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonofmagic/vue-dom-sheet2/issues"
},
"homepage": "https://github.com/sonofmagic/vue-dom-sheet2#readme",
"keywords": [
"excel",
"sheet",
"component",
"grid",
"table",
"cell",
"spread"
]
}