-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 847 Bytes
/
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
{
"name": "styled-jsx-plugin-stylelint",
"version": "0.1.0",
"description": "Plugin to use stylelint with styled-jsx",
"main": "index.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giuseppeg/styled-jsx-plugin-stylelint.git"
},
"keywords": [
"styled-jsx-plugin",
"styled-jsx",
"stylelint",
"linter"
],
"author": "Giuseppe Gurgone",
"license": "MIT",
"bugs": {
"url": "https://github.com/giuseppeg/styled-jsx-plugin-stylelint/issues"
},
"homepage": "https://github.com/giuseppeg/styled-jsx-plugin-stylelint#readme",
"dependencies": {
"deasync": "^0.1.10",
"postcss": "^6.0.13",
"postcss-reporter": "^5.0.0",
"strip-indent": "^2.0.0",
"stylelint": "^8.2.0"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}