mirror of
https://github.com/kognise/water.css.git
synced 2025-04-21 01:31:53 +02:00
85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"name": "water.css",
|
|
"version": "2.1.1",
|
|
"description": "A drop-in collection of CSS styles to make simple websites just a little nicer",
|
|
"main": "out/water.css",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node index.js build",
|
|
"dev": "node index.js watch",
|
|
"lint:js": "eslint bookmarklet/original.js docs/scripts/*.js docs/*.html gulpfile.js",
|
|
"lint:css": "stylelint src/**/*.css docs/style.css",
|
|
"lint": "yarn lint:js --fix && yarn lint:css --fix",
|
|
"accessibility": "yarn build && node accessibility.js",
|
|
"validate": "yarn lint:js && yarn lint:css && yarn accessibility",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kognise/water.css.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"css-framework",
|
|
"simple",
|
|
"minimal"
|
|
],
|
|
"author": "Kognise",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/kognise/water.css/issues"
|
|
},
|
|
"homepage": "https://github.com/kognise/water.css",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.12",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@changesets/cli": "^2.19.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"browser-sync": "^2.27.7",
|
|
"chalk": "^5.0.0",
|
|
"chalk-template": "^0.3.1",
|
|
"cssnano": "^5.0.15",
|
|
"eslint": "^8.7.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-html": "^6.2.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-markdown": "^2.2.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"esm": "^3.2.25",
|
|
"gulp": "^4.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-bytediff": "^1.0.0",
|
|
"gulp-filter": "^7.0.0",
|
|
"gulp-flatten": "^0.4.0",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-posthtml": "^3.0.5",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sizereport": "^1.2.1",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-terser": "^2.1.0",
|
|
"htmlnano": "^2.0.0",
|
|
"husky": "^7.0.0",
|
|
"pa11y": "^6.1.1",
|
|
"postcss-css-variables": "^0.18.0",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-inline-svg": "^5.0.0",
|
|
"puppeteer": "^13.1.1",
|
|
"stylelint": "^14.2.0",
|
|
"stylelint-config-standard": "^24.0.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"files": [
|
|
"out/*.css",
|
|
"LICENSE.md"
|
|
],
|
|
"dependencies": {}
|
|
}
|