forked from giuseppeg/styled-jsx-plugin-postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 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
36
{
"name": "styled-jsx-plugin-postcss",
"version": "2.0.1",
"description": "Plugin to add PostCSS support to styled-jsx",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giuseppeg/styled-jsx-plugin-postcss.git"
},
"keywords": [
"styled-jsx-plugin",
"styled-jsx",
"postcss"
],
"author": "Giuseppe Gurgone",
"license": "MIT",
"bugs": {
"url": "https://github.com/giuseppeg/styled-jsx-plugin-postcss/issues"
},
"homepage": "https://github.com/giuseppeg/styled-jsx-plugin-postcss#readme",
"dependencies": {
"deasync": "^0.1.13",
"postcss": "^7.0.2",
"postcss-load-plugins": "^2.3.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"postcss-easy-import": "^3.0.0",
"postcss-nested": "^4.1.0",
"postcss-preset-env": "^6.0.10",
"postcss-spiffing": "^0.1.0"
}
}