omi/components/table/package.json

44 lines
993 B
JSON

{
"name": "@omiu/table",
"version": "0.0.17",
"main": "dist/index.es.js",
"exports": {
".": "./dist/index.es.js"
},
"types": "types/index.d.ts",
"scripts": {
"start": "yarn watch & vite",
"dev": "yarn start",
"build": "vite build && yarn build:scss",
"build:demo": "vite build",
"build:scss": "sass src/index.scss src/index.css",
"watch": "sass --watch src/index.scss src/index.css --no-source-map",
"pretest": "yarn build",
"test": "web-test-runner \"test/*.js\" --node-resolve"
},
"files": [
"dist",
"types"
],
"dependencies": {
"@omiu/checkbox": "^0.0.13",
"@omiu/common": "latest",
"@omiu/input": "^0.0.12",
"omi": "latest"
},
"devDependencies": {
"@open-wc/testing": "^2.5.33",
"@types/node": "^16.4.13",
"@web/test-runner": "^0.13.15",
"sass": "^1.37.5",
"typescript": "^4.3.5",
"vite": "^2.4.4"
},
"license": "MIT",
"keywords": [
"omi",
"omiu",
"form"
]
}