render-ui
Version:
Vue component UIs style by TailwindCSS 🥳🤩😎
37 lines (36 loc) • 1.55 kB
JSON
{
"name": "render-ui",
"version": "0.1.2",
"description": "Vue component UIs style by TailwindCSS 🥳🤩😎",
"main": "dist/index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koramit/render-ui.git"
},
"keywords": [
"vue-component",
"ui",
"tailwindcss-component"
],
"author": "Koramit Pichanaharee <koramit@lullabears.co> (https://github.com/koramit)",
"license": "MIT",
"bugs": {
"url": "https://github.com/koramit/render-ui/issues"
},
"homepage": "https://github.com/koramit/render-ui#readme",
"devDependencies": {
"cross-env": "^6.0.3",
"laravel-mix": "^5.0.0",
"vue-template-compiler": "^2.6.10"
},
"files": [ "dist/*", "*.json", "*.js", "*.md" ]
}