mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 11:06:58 +00:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "tachyons",
|
|
"description": "Functional css for humans",
|
|
"version": "5.0.0-0",
|
|
"license": "MIT",
|
|
"author": "Adam Morse",
|
|
"repository": "tachyons-css/tachyons",
|
|
"main": "css/tachyons.css",
|
|
"files": [
|
|
"css",
|
|
"src"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Adam Morse",
|
|
"url": "https://mrmrs.cc"
|
|
},
|
|
{
|
|
"name": "John Otander",
|
|
"url": "https://johno.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "npm run build:watch",
|
|
"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:packages": "node build && lerna run build",
|
|
"build:watch": "watch \"npm run build\" ./src/",
|
|
"prepare": "npm run build",
|
|
"publish:beta": "npm run build && lerna publish --canary --preid beta",
|
|
"test": "immutable-css src/tachyons.css"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/tag": "^0.16.0",
|
|
"css-table": "latest",
|
|
"globby": "^8.0.1",
|
|
"immutable-css-cli": "^1.1.1",
|
|
"lerna": "^2.5.1",
|
|
"postcss-get-variables": "^1.0.2",
|
|
"react": "^16.6.1",
|
|
"strip-css-comments": "^3.0.0",
|
|
"tachyons-cli": "latest",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"oocss",
|
|
"postcss",
|
|
"functional css",
|
|
"design",
|
|
"responsive",
|
|
"performance"
|
|
]
|
|
}
|