@chassis/core
Version:
CSS4 pre-processor and responsive framework for modern UI development
68 lines (67 loc) • 1.64 kB
JSON
{
"name": "@chassis/core",
"type": "module",
"version": "3.1.0-alpha.3",
"description": "CSS4 pre-processor and responsive framework for modern UI development",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"report:size": "dev report size ./.dist/**/*.js ./.dist/**/*.js.map",
"build": "dev build",
"start": "dev workspace",
"update": "dev env -u",
"report:syntax": "dev report syntax --pretty"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngn-chassis/framework.git"
},
"standard": {
"globals": [
"globalThis",
"window",
"global"
]
},
"keywords": [
"css",
"css3",
"css4",
"cssnext",
"css-next",
"preprocessor",
"pre-processor",
"framework",
"responsive",
"postcss",
"sass",
"less",
"stylus"
],
"author": "Graham Butler",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngn-chassis/framework/issues"
},
"homepage": "https://github.com/ngn-chassis/framework#readme",
"dependencies": {
"cssnano": "^4.1.10",
"fast-glob": "^3.2.5",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"ngn": "^0.3.31",
"ngn-data": "^0.1.11",
"perfectionist": "^2.4.0",
"postcss": "^7.0.35",
"postcss-functions": "^3.0.0",
"postcss-media-minmax": "^4.0.0",
"postcss-media-query-parser": "^0.2.3",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^5.2.3",
"postcss-scss": "^2.1.1",
"postcss-value-parser": "^3.3.1"
},
"devDependencies": {
"@author.io/dev": "^1.1.5"
}
}