UNPKG

makeup-style

Version:

Minimal CSS files for correcting, improving and normalizing default browser CSS, for narrow viewports first, and provides convenient and intuitive CSS-defaults for styling in general and typographic style.

76 lines (75 loc) 2 kB
{ "name": "makeup-style", "version": "0.6.0", "scripts": { "dev": "vite dev", "build": "vite build", "package": "svelte-kit package", "preview": "vite preview", "prepare": "husky install", "lint": "stylelint 'src/*.css' && eslint --ignore-path .gitignore .", "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .", "test": "" }, "devDependencies": { "@sveltejs/adapter-vercel": "^3.1.0", "@sveltejs/kit": "^1.30.3", "autoprefixer": "^10.4.16", "charts.css": "^0.9.0", "cssnano": "^6.0.2", "eslint": "^8.56.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-svelte3": "^4.0.0", "husky": "^8.0.3", "mdsvex": "^0.10.6", "postcss": "^8.4.32", "postcss-import": "^15.1.0", "postcss-load-config": "^4.0.2", "postcss-preset-env": "^8.5.1", "prettier": "^2.8.8", "prettier-plugin-svelte": "^2.10.1", "sass": "^1.69.5", "stylelint": "^15.11.0", "svelte": "^3.59.2", "svelte-preprocess": "^5.1.3", "vite": "^4.5.1" }, "description": "Minimal CSS files for correcting, improving and normalizing default browser CSS, for narrow viewports first, and provides convenient and intuitive CSS-defaults for styling in general and typographic style.", "engines": { "node": "*" }, "exports": { ".": "./index.js", "./develop.css": "./src/develop.css", "./default.css": "./src/default.css", "./where-develop.css": "./src/where-develop.css", "./where-default.css": "./src/where-default.css" }, "directories": { "lib": "src" }, "repository": { "type": "git", "url": "git+https://github.com/jssteinberg/some-makeup.git" }, "keywords": [ "css", "remedy", "normalize", "intuitive", "default", "typography" ], "author": "Johan Sebergsen Steinberg", "license": "ISC", "bugs": { "url": "https://github.com/jssteinberg/some-makeup/issues" }, "homepage": "https://github.com/jssteinberg/some-makeup#readme", "files": [ "index.js", "src/*.css", "src/class/*.css" ], "type": "module" }