@elf-framework/ui
Version:
ELF - An easy and customizable set of developers
62 lines (61 loc) • 1.49 kB
JSON
{
"name": "@elf-framework/ui",
"version": "0.0.270",
"description": "ELF - An easy and customizable set of developers",
"types": "./index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"main": "./dist/ui.umd.js",
"module": "./dist/ui.es.js",
"exports": {
"./package.json": "./package.json",
"./style.css": "./dist/style.css",
".": {
"import": "./dist/ui.es.js",
"require": "./dist/ui.umd.js"
}
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss": "^8.4.21",
"recast": "^0.22.0",
"sass": "^1.57.1",
"vite": "^4.0.4",
"vitest": "0.26.3"
},
"dependencies": {
"@elf-framework/color": "*",
"@elf-framework/design-system": "*",
"@elf-framework/sapa": "*"
},
"scripts": {
"vite:dist": "vite build --config=vite.dist.config.js",
"npm-check": "npx npm-check-updates -u",
"watch": "vite build --config=vite.dist.config.js --watch",
"ui:watch": "npm run watch",
"editor:watch": "npm run watch",
"build": "npm run vite:dist",
"test": "vitest",
"coverage": "vitest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elf-framework/editor.git"
},
"keywords": [
"ELF",
"CSS",
"CODE",
"Editor",
"UI"
],
"author": "elf-framework",
"license": "MIT",
"bugs": {
"url": "https://github.com/elf-framework/editor/issues"
},
"homepage": "https://docs.elf-framework.com/"
}