tachyons/package.json
2018-11-10 14:29:39 -07:00

59 lines
1.4 KiB
JSON

{
"name": "tachyons",
"description": "Functional css for humans",
"version": "7.0.1-5",
"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": "^7.0.1-1",
"globby": "^8.0.1",
"immutable-css-cli": "^1.1.1",
"lerna": "^3.4.3",
"postcss-get-variables": "^1.0.2",
"react": "^16.6.1",
"strip-css-comments": "^3.0.0",
"tachyons-cli": "^1.3.2",
"watch": "^1.0.2"
},
"keywords": [
"css",
"oocss",
"postcss",
"functional css",
"design",
"responsive",
"performance"
],
"dependencies": {
"@compositor/kit": "^1.0.47"
}
}