@shawnsandy/mix
Version:
AtomMix--A toolkit for generating utility classes, components and styles-sheets for your design system, style-guide or website from SASS MAPS
68 lines (67 loc) • 2.1 kB
JSON
{
"name": "@shawnsandy/mix",
"version": "0.10.32",
"description": "AtomMix--A toolkit for generating utility classes, components and styles-sheets for your design system, style-guide or website from SASS MAPS",
"keywords": [
"SASS",
"SASS-MAPS",
"CSS",
"SASS-Minxins",
"Design Systems",
"Design Tokens"
],
"author": "shawnsandy <shawnsandy04@gmail.com>",
"homepage": "https://github.com/shawn-sandy/ideas/blob/master/projects/mix/README.md",
"license": "MIT",
"main": "index.scss",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shawn-sandy/ideas.git"
},
"files": [
"sass",
"dist",
"css",
"/**/*.scss"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"start": "parcel src/index.html -p 3050 --open",
"parcel": "parcel build src/*.js src/themes/*.js --no-content-hash -d builds",
"dist": "run-s clean:* build:*",
"build:paint": "parcel build src/*.js src/themes/*.js --no-content-hash -d builds --out-dir dist/fp",
"tokens": "style-dictionary build --config ./config/config.js && gulp sass",
"clean": "rm -rf dist && rm -rf builds",
"clean:builds": "rm -rf dist",
"test-tokens": "style-dictionary build --config ./config/config.js && gulp sass",
"mix-tokens": "style-dictionary build --config ./config/mix-tokens.js && gulp sass",
"build": "npm run tokens && gulp sass"
},
"bugs": {
"url": "https://github.com/shawn-sandy/ideas/issues"
},
"dependencies": {
"concurrently": "^6.2.1",
"parcel": "^1.12.4",
"style-dictionary": "^2.10.2",
"trash-cli": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.13.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^4.1.0",
"gulp-sizereport": "^1.2.1",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"posthtml-include": "^1.6.0"
},
"gitHead": "5c5d88b7d7d32b7cf8dc2564d5237a6ac80d8197",
"resolutions": {
"node-forge": "0.10.0"
}
}