25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"name": "flowbite-vue",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/themesberg/flowbite-vue.git",
|
|
"author": "Ralph Schuler <ralph@inhaus.ai>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/compiler-sfc": "^3.2.37",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"rollup": "^2.75.6",
|
|
"rollup-plugin-clear": "^2.0.7",
|
|
"rollup-plugin-typescript2": "^0.32.1",
|
|
"rollup-plugin-vue": "^6.0.0",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"prepublishOnly": "yarn build"
|
|
}
|
|
}
|