mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "jss-plugin-props-sort",
|
||
|
"description": "JSS plugin that ensures style properties extend each other instead of override",
|
||
|
"version": "10.7.1",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://cssinjs.org/jss-plugin-props-sort",
|
||
|
"main": "dist/jss-plugin-props-sort.cjs.js",
|
||
|
"module": "dist/jss-plugin-props-sort.esm.js",
|
||
|
"unpkg": "dist/jss-plugin-props-sort.bundle.js",
|
||
|
"sideEffects": false,
|
||
|
"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-props-sort]"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist",
|
||
|
"src",
|
||
|
"!*.test.*"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"cssinjs",
|
||
|
"css-in-js",
|
||
|
"css in js",
|
||
|
"jss",
|
||
|
"plugin",
|
||
|
"sort",
|
||
|
"props"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": "node ../../scripts/build.js",
|
||
|
"check-snapshot": "node ../../scripts/match-snapshot.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.3.1",
|
||
|
"jss": "10.7.1"
|
||
|
},
|
||
|
"gitHead": "2b54776c03d97a3bccbbcb28b63508f74103ebbc"
|
||
|
}
|