This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
58 lines (58 loc) · 1.49 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
{
"name": "react-inline",
"version": "0.8.2",
"description": "Transform inline styles defined in JavaScript modules into static CSS code and class names so they become available to, e.g. the `className` prop of React elements.",
"keywords": [
"react",
"style",
"styles",
"stylesheet",
"inline",
"bundle",
"extract",
"css"
],
"author": "Martin Andert",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/martinandert/react-inline"
},
"bugs": {
"url": "https://github.com/martinandert/react-inline/issues"
},
"homepage": "https://github.com/martinandert/react-inline",
"engines": {
"node": ">=0.12"
},
"main": "react-inline.js",
"bin": {
"react-inline-extract": "./bin/cli.js",
"rix": "./bin/cli.js"
},
"dependencies": {
"autoprefixer": "^6.1.0",
"babel-core": "^6.1.2",
"babel-runtime": "^6.0.14",
"clean-css": "^3.2.8",
"commoner": "martinandert/commoner#react-inline",
"foreach": "^2.0.5",
"glob": "^5.0.3",
"mkdirp": "^0.5.0",
"object-assign": "^4.0.1",
"postcss": "^5.0.10",
"recast": "^0.10.12"
},
"devDependencies": {
"babel-cli": "^6.1.2",
"babel-eslint": "^4.1.4",
"babel-plugin-transform-object-assign": "^6.0.14",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-1": "^6.1.2",
"eslint": "^1.9.0",
"istanbul": "^0.4.0",
"mocha": "^2.2.1",
"rimraf": "^2.3.3"
}
}