@ferchoposting/gridie
Version:
Vue 3 Create tables with ease! Extensible and powerful
38 lines (37 loc) • 973 B
JSON
{
"name": "@ferchoposting/gridie",
"version": "1.0.54",
"description": "Vue 3 Create tables with ease! Extensible and powerful",
"main": "src/main.js",
"dependencies": {
"vue": "^3.0.4"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"cross-env": "^7.0.3",
"@vue/compiler-sfc": "^3.0.4",
"tailwindcss": "^2.2.14",
"vite": "^1.0.0-rc.13"
},
"scripts": {
"dev": "cross-env NODE_ENV=local vite",
"build": "vite build",
"build:css": "cross-env NODE_ENV=production postcss src/index.css -o dist/style.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fershopls/gridie.git"
},
"keywords": [
"tables",
"vue3",
"dynamic-tables"
],
"author": "Fercho Posting",
"license": "MIT",
"bugs": {
"url": "https://github.com/fershopls/gridie/issues"
},
"homepage": "https://github.com/fershopls/gridie#readme"
}