Initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 146 additions, 0 deletionsREADME.md
- gulpfile.js 287 additions, 0 deletionsgulpfile.js
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 56 additions, 0 deletionspackage.json
- patternlab-config.json 69 additions, 0 deletionspatternlab-config.json
- scripts/postinstall.js 5 additions, 0 deletionsscripts/postinstall.js
- source/_annotations/annotations.js 9 additions, 0 deletionssource/_annotations/annotations.js
- source/_data/data.json 75 additions, 0 deletionssource/_data/data.json
- source/_data/listitems.json 0 additions, 0 deletionssource/_data/listitems.json
- source/_meta/_00-head.mustache 18 additions, 0 deletionssource/_meta/_00-head.mustache
- source/_meta/_01-foot.mustache 8 additions, 0 deletionssource/_meta/_01-foot.mustache
- source/_patterns/.gitkeep 1 addition, 0 deletionssource/_patterns/.gitkeep
- source/_patterns/00-atoms/00-global/00-brand-colors.mustache 18 additions, 0 deletionssource/_patterns/00-atoms/00-global/00-brand-colors.mustache
- source/_patterns/00-atoms/00-global/01-neutral-colors.mustache 22 additions, 0 deletions...e/_patterns/00-atoms/00-global/01-neutral-colors.mustache
- source/_patterns/00-atoms/00-global/02-utility-colors.mustache 10 additions, 0 deletions...e/_patterns/00-atoms/00-global/02-utility-colors.mustache
- source/_patterns/00-atoms/00-global/03-fonts.mustache 13 additions, 0 deletionssource/_patterns/00-atoms/00-global/03-fonts.mustache
- source/_patterns/00-atoms/01-text/font-sizes.mustache 11 additions, 0 deletionssource/_patterns/00-atoms/01-text/font-sizes.mustache
- source/_patterns/00-atoms/01-text/headings.mustache 9 additions, 0 deletionssource/_patterns/00-atoms/01-text/headings.mustache
.gitignore
0 → 100644
LICENSE
0 → 100755
README.md
0 → 100644
gulpfile.js
0 → 100755
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100755
{ | |||
"name": "edition-node-gulp", | |||
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.", | |||
"version": "1.3.4", | |||
"dependencies": { | |||
"acorn": "^7.1.1", | |||
"browser-sync": "^2.26.7", | |||
"gulp": "^4.0.2", | |||
"kind-of": "^6.0.3", | |||
"lodash.template": "^4.5.0", | |||
"minimist": "^1.2.3", | |||
"patternlab-node": "^2.12.0", | |||
"postcss-clean": "^1.1.0", | |||
"postcss-custom-properties": "^9.1.1", | |||
"styleguidekit-assets-default": "^3.0.0", | |||
"styleguidekit-mustache-default": "^3.0.0", | |||
"tailwind-css-variables": "^2.0.3", | |||
"tailwindcss-typography": "^3.1.0" | |||
}, | |||
"resolutions": { | |||
"lodash": "^4.17.12" | |||
}, | |||
"keywords": [ | |||
"Pattern Lab", | |||
"Atomic Web Design", | |||
"Node", | |||
"Gulp", | |||
"Javascript" | |||
], | |||
"repository": { | |||
"type": "git", | |||
"url": "git://github.com/pattern-lab/edition-node-gulp.git" | |||
}, | |||
"bugs": "https://github.com/pattern-lab/edition-node-gulp/issues", | |||
"author": "Brian Muenzenmeyer", | |||
"scripts": { | |||
"postinstall": "node scripts/postinstall.js", | |||
"gulp": "gulp -- ", | |||
"develop": "gulp patternlab:serve", | |||
"build": "gulp" | |||
}, | |||
"license": "MIT", | |||
"engines": { | |||
"node": ">=5.0" | |||
}, | |||
"devDependencies": { | |||
"@fullhuman/postcss-purgecss": "^1.3.0", | |||
"gulp-postcss": "^8.0.0", | |||
"gulp-rename": "^2.0.0", | |||
"postcss-assets": "^5.0.0", | |||
"postcss-import": "^12.0.1", | |||
"postcss-nested": "^4.2.1", | |||
"postcss-preset-env": "^6.7.0", | |||
"tailwindcss": "1.2.0" | |||
} | |||
} |
patternlab-config.json
0 → 100755
scripts/postinstall.js
0 → 100755
source/_annotations/annotations.js
0 → 100755
source/_data/data.json
0 → 100755
source/_data/listitems.json
0 → 100755
This diff is collapsed.
source/_meta/_00-head.mustache
0 → 100755
source/_meta/_01-foot.mustache
0 → 100755
source/_patterns/.gitkeep
0 → 100755
Please register or sign in to comment