Remove tacyons css dependencies from package.json
This commit is contained in:
parent
00eab9c362
commit
639b5bf3e9
1 changed files with 0 additions and 61 deletions
61
package.json
61
package.json
|
@ -32,18 +32,6 @@
|
|||
"name": "adam morse",
|
||||
"email": "hi@mrmrs.cc"
|
||||
},
|
||||
{
|
||||
"name": "robert forloine",
|
||||
"url": "http://www.sndsgn.com"
|
||||
},
|
||||
{
|
||||
"name": "david potsiadlo",
|
||||
"url": "http://www.davidpots.com/"
|
||||
},
|
||||
{
|
||||
"name": "tyler benziger",
|
||||
"url": "http://tybenz.com"
|
||||
},
|
||||
{
|
||||
"name": "john otander",
|
||||
"url": "http://johnotander.com"
|
||||
|
@ -52,58 +40,9 @@
|
|||
"scripts": {
|
||||
"start": "npm run build:watch",
|
||||
"mutations": "immutable-css src/tachyons.css --strict",
|
||||
"copy": "node build/index.js",
|
||||
"build": "npm run build:css && npm run build:minify",
|
||||
"build:css": "tachyons src/tachyons.css > css/tachyons.css",
|
||||
"build:minify": "tachyons src/tachyons.css -m > css/tachyons.min.css",
|
||||
"build:watch": "watch 'npm run build' ./src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"tachyons-background-size": "^4.0.3",
|
||||
"tachyons-border-colors": "^4.1.3",
|
||||
"tachyons-border-radius": "^4.2.3",
|
||||
"tachyons-border-style": "^3.1.3",
|
||||
"tachyons-border-widths": "^2.1.3",
|
||||
"tachyons-borders": "^2.2.4",
|
||||
"tachyons-box-shadow": "^1.1.3",
|
||||
"tachyons-box-sizing": "^3.1.6",
|
||||
"tachyons-clears": "^2.2.4",
|
||||
"tachyons-colors": "^5.2.4",
|
||||
"tachyons-coordinates": "^3.0.4",
|
||||
"tachyons-debug": "^1.1.6",
|
||||
"tachyons-display": "^4.1.5",
|
||||
"tachyons-flexbox": "^1.2.3",
|
||||
"tachyons-floats": "^2.0.9",
|
||||
"tachyons-font-family": "^4.2.4",
|
||||
"tachyons-font-style": "^3.0.5",
|
||||
"tachyons-font-weight": "^4.0.7",
|
||||
"tachyons-forms": "^3.0.4",
|
||||
"tachyons-heights": "^5.0.4",
|
||||
"tachyons-hovers": "^2.4.0",
|
||||
"tachyons-images": "^1.0.7",
|
||||
"tachyons-letter-spacing": "^2.2.3",
|
||||
"tachyons-line-height": "^2.0.8",
|
||||
"tachyons-links": "^3.0.5",
|
||||
"tachyons-lists": "^2.0.8",
|
||||
"tachyons-max-widths": "^3.1.5",
|
||||
"tachyons-opacity": "^1.1.3",
|
||||
"tachyons-outlines": "^1.0.0",
|
||||
"tachyons-overflow": "^3.0.4",
|
||||
"tachyons-position": "^5.0.5",
|
||||
"tachyons-skins": "^3.2.4",
|
||||
"tachyons-spacing": "^5.0.14",
|
||||
"tachyons-tables": "^1.0.3",
|
||||
"tachyons-text-align": "^2.0.8",
|
||||
"tachyons-text-decoration": "^3.1.5",
|
||||
"tachyons-text-transform": "^3.0.9",
|
||||
"tachyons-type-scale": "^5.0.7",
|
||||
"tachyons-typography": "^2.3.4",
|
||||
"tachyons-utilities": "^1.2.5",
|
||||
"tachyons-vertical-align": "^3.0.3",
|
||||
"tachyons-visibility": "^1.0.7",
|
||||
"tachyons-white-space": "^3.0.5",
|
||||
"tachyons-widths": "^4.0.6",
|
||||
"tachyons-word-break": "2.0.3",
|
||||
"tachyons-z-index": "^1.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue