-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
53 lines (53 loc) · 1.14 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
{
"name": "tachyons-generator",
"description": "Generate a custom Tachyons build with a json configuration",
"author": "John Otander",
"version": "0.23.0",
"main": "index.js",
"files": [
"index.js",
"config.js",
"lib",
"docs",
"partials"
],
"workspaces": [
"api"
],
"scripts": {
"test": "ava -v --timeout=20s",
"docs": "node docs/generate"
},
"repository": "tachyons-css/tachyons-generator",
"keywords": [
"tachyons",
"css",
"oocss",
"generator"
],
"license": "MIT",
"dependencies": {
"camelcase": "^4.1.0",
"colorable": "^1.0.5",
"cxs": "^6.0.0",
"is-blank": "^2.1.0",
"isobject": "^3.0.1",
"kebab-case": "^1.0.0",
"mqify": "^0.1.1",
"palx": "^1.0.2",
"perfectionist": "^2.4.0",
"postcss": "^6.0.11",
"postcss-class-postfix": "^1.0.0",
"postcss-class-prefix": "^0.3.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"strip-css-comments": "^3.0.0",
"strip-css-media-queries": "^1.0.0",
"tachyons-build-css": "^1.5.1"
},
"devDependencies": {
"ava": "^0.22.0",
"globby": "^6.1.0",
"tachyons": "latest"
}
}