any-grid-layout
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
30 lines (29 loc) • 579 B
JSON
{
"name": "any-grid-layout",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"main": "./src/units/grid/AnyGridLayout.js",
"devDependencies": {
"mitt": "^2.1.0",
"@vitejs/plugin-vue": "^3.1.0",
"vite": "^3.1.0",
"vue": "^3.2.37"
},
"repository": {
"type": "git",
"url": "git://github.com/biggerstar"
},
"author": "BiggerStar",
"license": "GPL",
"keywords": [
"vue-layout",
"grid-layout",
"js-grid-layout",
"Screen adaptation"
]
}