-
-
Notifications
You must be signed in to change notification settings - Fork 389
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
{
"name": "jss-plugin-vendor-prefixer",
"description": "JSS plugin that handles vendor prefixes in the browser",
"version": "10.0.0-alpha.27",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-plugin-vendor-prefixer",
"main": "dist/jss-plugin-vendor-prefixer.cjs.js",
"module": "dist/jss-plugin-vendor-prefixer.esm.js",
"unpkg": "dist/jss-plugin-vendor-prefixer.bundle.js",
"typings": "./src/index.d.ts",
"author": "JSS Team",
"repository": {
"type": "git",
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-plugin-vendor-prefixer]"
},
"files": [
"dist",
"src",
"LICENSE"
],
"keywords": [
"cssinjs",
"jss",
"plugin",
"vendor",
"prefixer"
],
"scripts": {
"build": "node ../../scripts/build.js",
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"css-vendor": "^2.0.7",
"jss": "10.0.0-alpha.27"
},
"devDependencies": {
"jss-plugin-rule-value-function": "10.0.0-alpha.27"
}
}