-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1003 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
37
{
"name": "styled-jsx-plugin-root-theme-provider",
"version": "1.1.1",
"description": "Plugin to use `var` and `:root` css power to build themed styled-jsx with older browser support",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FareFirst/styled-jsx-plugin-root-theme-provider.git"
},
"keywords": [
"styled-jsx-plugin",
"styled-jsx",
"postcss",
"theme-provider"
],
"author": {
"name": "Team FareFirst",
"email": "vv@farefirst.com",
"url": "https://www.farefirst.com"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/FareFirst/styled-jsx-plugin-root-theme-provider/issues"
},
"homepage": "https://github.com/FareFirst/styled-jsx-plugin-root-theme-provider#readme",
"dependencies": {
"deasync": "^0.1.15",
"postcss": "^7.0.17",
"postcss-preset-env": "^6.7.0"
},
"devDependencies": {
"mocha": "^6.2.0"
}
}