forked from MoOx/postcss-cssnext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.18 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.18 KB
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
{
"name": "cssnext",
"version": "1.8.4",
"description": "Use tomorrow's CSS syntax, today",
"keywords": [
"css",
"w3c",
"cssnext",
"preprocessor",
"postprocessor",
"rework",
"postcss",
"postcss-plugin",
"autoprefixer",
"babel",
"transpiler"
],
"author": "Maxime Thirouin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cssnext/cssnext.git"
},
"homepage": "http://cssnext.io/",
"bugs": {
"url": "https://github.com/cssnext/cssnext/issues"
},
"main": "dist/index.js",
"bin": {
"cssnext": "dist/bin.js"
},
"dependencies": {
"autoprefixer-core": "^5.0.0",
"caniuse-api": "^1.3.1",
"chalk": "^1.0.0",
"chokidar": "^1.0.0",
"commander": "^2.3.0",
"cssnano": "^2.6.1",
"exit": "^0.1.2",
"mkdirp": "^0.5.1",
"pixrem": "^1.1.0",
"pleeease-filters": "^1.0.0",
"postcss": "^4.0.2",
"postcss-calc": "^4.0.0",
"postcss-color-function": "^1.1.0",
"postcss-color-gray": "^2.0.0",
"postcss-color-hex-alpha": "^1.1.0",
"postcss-color-hwb": "^1.1.0",
"postcss-color-rebeccapurple": "^1.1.0",
"postcss-color-rgba-fallback": "^1.0.0",
"postcss-custom-media": "^4.0.0",
"postcss-custom-properties": "^4.0.0",
"postcss-custom-selectors": "^2.3.0",
"postcss-font-variant": "^1.0.0",
"postcss-import": "^6.0.0",
"postcss-media-minmax": "^1.1.0",
"postcss-messages": "^0.2.2",
"postcss-pseudo-class-any-link": "^0.2.1",
"postcss-pseudoelements": "^2.1.1",
"postcss-reporter": "^0.1.0",
"postcss-selector-matches": "^1.2.1",
"postcss-selector-not": "^1.0.1",
"postcss-url": "^4.0.1",
"read-file-stdin": "^0.2.0",
"to-slug-case": "^0.1.2",
"to-space-case": "^0.1.3",
"write-file-stdout": "0.0.2"
},
"devDependencies": {
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.17",
"babel-loader": "^5.1.3",
"babel-tape-runner": "^1.1.0",
"classnames": "^2.1.1",
"css-loader": "^0.13.1",
"cssnext-loader": "^1.0.1",
"cssrecipes-custom-media-queries": "^0.3.0",
"cssrecipes-defaults": "^0.5.0",
"cssrecipes-grid": "^0.4.0",
"cssrecipes-utils": "^0.5.0",
"cssrecipes-vertical-rhythm": "^0.6.0",
"eslint": "^1.0.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.0.0",
"extract-text-webpack-plugin": "^0.8.0",
"file-loader": "^0.8.3",
"highlight.js": "^8.6.0",
"isogram": "^0.5.0",
"js-yaml": "^3.3.1",
"json-loader": "^0.5.2",
"markdown-it": "^4.2.1",
"markdown-it-toc-and-anchor": "^1.0.1",
"metalsmith": "^2.0.1",
"metalsmith-collections": "^0.7.0",
"metalsmith-filenames": "^1.0.0",
"metalsmith-md": "^2.0.1",
"metalsmith-react": "^1.1.0",
"metalsmith-rename": "^1.0.0",
"metalsmith-rss": "^1.0.0",
"metalsmith-url": "^1.0.0",
"metalsmith-watch": "^1.0.1",
"microtime": "^1.2.0",
"nano-logger": "^1.0.0",
"node-libs-browser": "^0.5.0",
"normalize.css": "^3.0.3",
"object-assign": "^3.0.0",
"opn": "^1.0.2",
"react": "^0.13.3",
"rimraf": "^2.3.4",
"style-loader": "^0.12.2",
"tape": "^4.0.0",
"webpack": "^1.9.7",
"webpack-dev-server": "^1.8.2",
"webpack-nano-logs": "^1.0.0"
},
"scripts": {
"prebabelify": "rimraf dist",
"babelify": "babel src --out-dir dist",
"prepublish": "npm run babelify",
"standalone": "webpack --output-library-target umd --output-library cssnext dist/index.js dist/cssnext.js",
"#lint": "even if there is a .eslintignore symlink, we use an explicit command because windows don't like unix symlink",
"lint": "eslint --ignore-path .gitignore .",
"#tape": "to avoid really slow tests, we run babel once & run tests on the result",
"tape": "tape 'dist/__tests__/*.js'",
"test": "npm run lint && npm run babelify && npm run standalone && npm run tape",
"docs-build": "babel-node docs/scripts/build",
"docs-start": "npm run docs-build -- --dev --dev-server --open",
"docs-test": "npm run docs-build -- --production",
"_docs-deploy": "GIT_DEPLOY_DIR=docs/dist ./docs/scripts/deploy-to-gh-pages.sh -v",
"docs-deploy": "npm run docs-test && npm run _docs-deploy"
}
}