Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « postcss-jsx « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71770d156360d99d79978e3bdfb5c683fb4bbe5a (plain)
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
{
  "name": "postcss-jsx",
  "version": "0.36.4",
  "description": "PostCSS syntax for parsing CSS in JS literals",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gucong3000/postcss-jsx.git"
  },
  "keywords": [
    "postcss",
    "syntax",
    "emotion",
    "aphrodite",
    "glamor",
    "glamorous",
    "react-native",
    "react-style",
    "reactcss",
    "styled-components",
    "styletron-react",
    "typestyle",
    "css-in-js",
    "css"
  ],
  "author": "gucong3000",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gucong3000/postcss-jsx/issues"
  },
  "homepage": "https://github.com/gucong3000/postcss-jsx#readme",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ],
    "all": true,
    "cache": true,
    "check-coverage": true
  },
  "scripts": {
    "mocha": "mocha --no-timeouts",
    "test": "nyc npm run mocha",
    "debug": "npm run mocha -- --inspect-brk"
  },
  "dependencies": {
    "@babel/core": ">=7.2.2"
  },
  "peerDependencies": {
    "postcss": ">=5.0.0",
    "postcss-syntax": ">=0.36.0"
  },
  "devDependencies": {
    "autoprefixer": "^9.4.4",
    "chai": "^4.2.0",
    "codecov": "^3.1.0",
    "json5": "^2.1.0",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0",
    "postcss": "^7.0.7",
    "postcss-parser-tests": "^6.3.1",
    "postcss-safe-parser": "^4.0.1",
    "postcss-syntax": ">=0.36.0"
  }
}