aliascss
Version:
AliasCSS is a CSS post processor.
64 lines (63 loc) • 1.64 kB
JSON
{
"name": "aliascss",
"version": "1.1.18",
"description": "AliasCSS is a CSS post processor.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": "bin/aliascss.js",
"type": "module",
"typings": "dist/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"wp": "webpack",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rodolopho/aliascss.git"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/postcss-sorting": "^8.0.2",
"jest": "^29.6.2",
"jest-ts-webcompat-resolver": "^1.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"keywords": [
"CSS",
"Post",
"processor",
"AliasCSS",
"ACSS",
"ACSS-lite",
"UI",
"Design",
"css"
],
"author": "Bikram Thapa",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rodolopho/aliascss/issues"
},
"dependencies": {
"chokidar": "^3.6.0",
"cssnano": "^7.0.4",
"fast-glob": "^3.3.1",
"postcss": "^8.4.39",
"postcss-discard-duplicates": "^7.0.0",
"postcss-safe-parser": "^7.0.0"
},
"homepage": "https://github.com/Rodolopho/aliascss#readme"
}