-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
173 lines (173 loc) · 6.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "tachyons-css.github.io",
"version": "4.12.0",
"description": "Documentation for Tachyons -- a performant, mobile-first, and 100% responsive modular css framework.",
"main": "index.html",
"scripts": {
"start": "npm run css && node build.js",
"css": "tachyons src/css/tachyons.css > css/tachyons.css && tachyons src/css/tachyons.css --minify > css/tachyons.min.css",
"components:watch": "watch 'node build.js' src/components/*",
"home:watch": "watch 'node build-home.js' src/templates/",
"gallery:watch": "watch 'node build' src/templates/",
"build:watch": "watch 'node build.js' src/templates/",
"docs:grid": "watch 'node src/modules/grid.js' src/templates/docs/grid/",
"docs:links": "watch 'node src/modules/links.js' src/templates/docs/links/",
"docs:pseudo": "watch 'node src/modules/skins-pseudo.js' src/templates/docs/skins-pseudo/",
"docs:videos": "watch 'node src/modules/videos.js' src/templates/",
"docs:hovers": "watch 'node src/modules/hovers.js' src/templates/docs/hovers/",
"docs:measure": "watch 'node src/modules/measure.js' src/templates/docs/measure/",
"docs:type": "watch 'node src/modules/type-scale.js' src/templates/docs/type-scale/",
"docs:line-height": "watch 'node src/modules/line-height.js' src/templates/docs/line-height/",
"doc": "bash script.sh",
"doc:watch": "watch 'npm run doc' src/templates/docs",
"doc:lib": "watch 'npm run doc' lib",
"doc:images": "watch 'node src/modules/images.js' src/templates/docs/images",
"doc:bgsize": "watch 'node src/modules/background-size.js' src/templates/docs/background-size",
"build:all": "node build.js && bash script.sh",
"cson": "node src/components-cson-build.js",
"copy:lazysizes": "cp node_modules/lazysizes/lazysizes.min.js js/",
"copy:lazysizes:plugins": "cp node_modules/lazysizes/plugins/unveilhooks/ls.unveilhooks.min.js js/",
"postinstall": "npm run copy:lazysizes && npm run copy:lazysizes:plugins"
},
"repository": "tachyons-css/tachyons-css.github.io",
"author": "mrmrs",
"license": "MIT",
"bugs": {
"url": "https://github.com/tachyons-css/tachyons-css.github.io/issues"
},
"dependencies": {
"tachyons": "^4.10.0",
"tachyons-background-size": "^5.0.5",
"tachyons-base": "^1.2.6",
"tachyons-border-colors": "^4.2.3",
"tachyons-border-radius": "^5.1.3",
"tachyons-border-style": "^4.0.4",
"tachyons-border-widths": "^3.0.4",
"tachyons-borders": "^3.0.4",
"tachyons-box-shadow": "^2.0.4",
"tachyons-box-sizing": "^3.2.2",
"tachyons-clears": "^3.0.4",
"tachyons-cli": "^1.3.0",
"tachyons-colors": "^5.3.3",
"tachyons-coordinates": "^4.0.4",
"tachyons-debug": "^1.1.10",
"tachyons-debug-grid": "^1.2.3",
"tachyons-display": "^5.0.4",
"tachyons-flexbox": "^2.1.0",
"tachyons-floats": "^3.0.4",
"tachyons-font-family": "^4.3.3",
"tachyons-font-style": "^4.0.4",
"tachyons-font-weight": "^5.0.4",
"tachyons-forms": "^3.1.3",
"tachyons-heights": "^6.1.3",
"tachyons-hovers": "^2.5.1",
"tachyons-images": "^1.0.11",
"tachyons-letter-spacing": "^3.0.4",
"tachyons-line-height": "^3.0.6",
"tachyons-links": "^3.0.10",
"tachyons-lists": "^2.0.12",
"tachyons-max-widths": "^4.0.5",
"tachyons-modules": "^1.1.10",
"tachyons-opacity": "^1.1.10",
"tachyons-outlines": "^1.0.3",
"tachyons-overflow": "^4.0.5",
"tachyons-position": "^6.0.6",
"tachyons-queries": "^0.3.3",
"tachyons-skins": "^4.1.0",
"tachyons-skins-pseudo": "^1.0.4",
"tachyons-spacing": "^6.0.4",
"tachyons-tables": "^1.0.7",
"tachyons-text-align": "^3.1.0",
"tachyons-text-decoration": "^4.0.5",
"tachyons-text-transform": "^4.0.5",
"tachyons-type-scale": "^6.1.0",
"tachyons-typography": "^3.0.5",
"tachyons-utilities": "^2.1.0",
"tachyons-vertical-align": "^4.0.5",
"tachyons-visibility": "^2.0.5",
"tachyons-white-space": "^4.0.6",
"tachyons-widths": "^5.2.1",
"tachyons-word-break": "3.0.4",
"tachyons-z-index": "^1.0.9"
},
"devDependencies": {
"autoprefixer": "^8.6.0",
"browser-sync": "^2.24.4",
"camelize": "^1.0.0",
"chalk": "^2.4.1",
"co": "^4.6.0",
"color": "^3.0.0",
"colorable": "^1.0.5",
"css": "^2.2.3",
"css-mqpacker": "^6.0.2",
"css-parse": "^2.0.0",
"cssstats": "^3.2.0",
"escape-html": "^1.0.3",
"express": "^4.16.3",
"filesize": "^3.6.1",
"get-classes-from-html": "^1.0.1",
"glob": "^7.1.2",
"gzip-size": "^4.1.0",
"imagemin": "^5.3.1",
"imagemin-mozjpeg": "^7.0.0",
"immutable-css": "^1.1.2",
"is-blank": "^2.1.0",
"is-css-root": "^1.0.1",
"jimp": "^0.2.28",
"json-front-matter": "^1.0.0",
"lazysizes": "^4.0.2",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"nightmare": "^3.0.1",
"node-minify": "^2.4.2",
"nodegit": "^0.22.1",
"normalize": "^0.3.1",
"perfectionist": "^2.4.0",
"pixrem": "^4.0.1",
"postcss": "^6.0.22",
"postcss-browser-reporter": "^0.5.0",
"postcss-conditionals": "^2.1.0",
"postcss-css-variables": "^0.8.1",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^7.0.0",
"postcss-discard-comments": "^2.0.4",
"postcss-discard-empty": "^2.1.0",
"postcss-import": "^11.1.0",
"postcss-select": "^2.1.0",
"pretty-hrtime": "^1.0.3",
"remove-html-extension": "0.0.1",
"rss": "^1.2.2",
"s3": "^4.4.0",
"titleize": "^1.0.1",
"tmp": "0.0.33",
"watch": "^1.0.2"
},
"contributors": [
{
"name": "adam morse",
"email": "[email protected]"
},
{
"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"
},
{
"name": "lachlan campbell",
"url": "http://lachlanjc.me",
"email": "[email protected]"
}
]
}