|
4 | 4 | "description": "Documentation for Tachyons -- a performant, mobile-first, and 100% responsive modular css framework.",
|
5 | 5 | "main": "index.html",
|
6 | 6 | "scripts": {
|
7 |
| - "start": "node build.js && superstatic" |
| 7 | + "start": "node build.js", |
| 8 | + "css": "tachyons src/css/tachyons.css > css/tachyons.css && tachyons src/css/tachyons.css --minify > css/tachyons.min.css && tachyons src/css/tachyons.css --generate-docs --package=../../package.json > readme.md", |
| 9 | + "doc": "bash script.sh", |
| 10 | + "doc:watch": "watch 'npm run doc' src/templates/", |
| 11 | + "doc:lib": "watch 'npm run doc' lib" |
8 | 12 | },
|
9 | 13 | "repository": {
|
10 | 14 | "type": "git",
|
|
56 | 60 | "tachyons-borders": "^2.0.2",
|
57 | 61 | "tachyons-box-sizing": "^3.1.0",
|
58 | 62 | "tachyons-clears": "^2.0.3",
|
59 |
| - "tachyons-coordinates": "^2.2.0", |
| 63 | + "tachyons-cli": "^0.3.3", |
60 | 64 | "tachyons-colors": "^5.1.0",
|
| 65 | + "tachyons-coordinates": "^2.2.0", |
61 | 66 | "tachyons-debug": "^1.0.0",
|
62 | 67 | "tachyons-display": "^3.0.3",
|
63 | 68 | "tachyons-floats": "^2.0.3",
|
|
89 | 94 | "tachyons-white-space": "^2.0.3",
|
90 | 95 | "tachyons-widths": "^4.0.1",
|
91 | 96 | "titleize": "^1.0.0",
|
92 |
| - "watch": "^0.16.0" |
| 97 | + "watch": "^0.17.1" |
93 | 98 | },
|
94 | 99 | "contributors": [
|
95 | 100 | {
|
|
0 commit comments