-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
66 lines (66 loc) · 1.9 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
{
"name": "vue-grid-layout-next",
"version": "0.0.7",
"private": false,
"license": "MIT",
"main": "dist/vue-grid-layout-next.umd.js",
"module": "dist/vue-grid-layout-next.es.js",
"types": "dist/index.d.ts",
"style": "dist/style.css",
"files": [
"dist",
"packages"
],
"keywords": [
"vue3",
"vue-next",
"grid-layout",
"vue-grid-layout",
"vue3-grid-layout"
],
"description": "vue3 版本的 vue3-grid-layout,tsx适配版本",
"scripts": {
"start": "vite --host=localhost --port=9018",
"build:doc": "build-storybook",
"build:lib": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts",
"storybook": "start-storybook -p 6006"
},
"repository": {
"type": "git",
"url": "[email protected]/zhoulujun/v3-grid-layout.git "
},
"dependencies": {
"@blueking/eslint-config-bk": "^2.1.0-beta.7",
"@blueking/stylelint-config-bk": "^2.0.0",
"@vueuse/core": "^8.1.2",
"interactjs": "^1.10.11",
"mitt": "^3.0.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-docs": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-vite": "^0.2.2",
"@storybook/vue3": "^6.5.9",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.2.37",
"babel-loader": "^8.2.5",
"typescript": "^4.7.4",
"vite": "^3.0.3",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-dts": "^1.4.0",
"vite-plugin-md": "^0.20.0",
"vue-tsc": "^0.39.2"
}
}