-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "tachyons-build-css",
"description": "Transpile Tachyons PostCSS to vanilla CSS",
"author": "John Otander",
"version": "1.8.1",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "standard",
"test": "ava -v"
},
"repository": "tachyons-css/tachyons-build-css",
"keywords": [],
"license": "MIT",
"dependencies": {
"autoprefixer": "^8.1.0",
"css-mqpacker": "^6.0.2",
"cssnano": "^3.10.0",
"perfectionist": "^2.4.0",
"postcss": "^6.0.19",
"postcss-calc": "^6.0.1",
"postcss-class-repeat": "^0.1.1",
"postcss-conditionals": "^2.1.0",
"postcss-css-variables": "^0.8.0",
"postcss-custom-media": "^6.0.0",
"postcss-discard-comments": "^2.0.4",
"postcss-extend-rule": "^1.1.0",
"postcss-import": "^11.1.0",
"postcss-rtl": "^1.2.3"
},
"devDependencies": {
"ava": "*",
"postcss-color-function": "^4.0.1",
"standard": "^11.0.0",
"tachyons-cli": "^1.2.0",
"tachyons-floats": "^3.0.4"
},
"browserslist": [
"> 0.1%",
"last 2 versions"
]
}