UNPKG

1.57 kBJSONView Raw
1{
2 "name": "react-css-components",
3 "version": "0.6.3",
4 "description": "Define styled React components using CSS based module format",
5 "main": "lib/index.js",
6 "babel": {
7 "plugins": [
8 "ast-literal"
9 ],
10 "presets": [
11 "prometheusresearch"
12 ]
13 },
14 "eslintConfig": {
15 "extends": "prometheusresearch",
16 "env": {
17 "mocha": true
18 },
19 "globals": {
20 "expr": true,
21 "stmt": true
22 }
23 },
24 "scripts": {
25 "test": "make lint test"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/andreypopp/react-css-components.git"
30 },
31 "keywords": [
32 "react",
33 "react-dom",
34 "css",
35 "postcss",
36 "postcss-plugin",
37 "webpack",
38 "webpack-loader"
39 ],
40 "author": "Andrey Popp <8mayday@gmail.com>",
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/andreypopp/react-css-components/issues"
44 },
45 "homepage": "https://github.com/andreypopp/react-css-components#readme",
46 "dependencies": {
47 "babel-plugin-ast-literal": "^0.4.0",
48 "babel-traverse": "^6.7.6",
49 "babel-types": "^6.7.2",
50 "babylon": "^6.7.0",
51 "invariant": "^2.2.1",
52 "loader-utils": "^0.2.14",
53 "postcss": "^5.0.19",
54 "postcss-selector-parser": "^1.3.3"
55 },
56 "devDependencies": {
57 "babel-cli": "^6.7.5",
58 "babel-core": "^6.7.6",
59 "babel-generator": "^6.7.5",
60 "babel-preset-prometheusresearch": "^0.1.0",
61 "eslint": "^2.7.0",
62 "eslint-config-prometheusresearch": "^0.2.0",
63 "eslint-plugin-react": "^4.3.0",
64 "flow-bin": "^0.23.0",
65 "mocha": "^2.4.5"
66 }
67}