mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "jss-plugin-nested",
|
|
"description": "JSS plugin that enables support for nested selectors",
|
|
"version": "10.7.1",
|
|
"license": "MIT",
|
|
"homepage": "https://cssinjs.org/jss-nested",
|
|
"main": "dist/jss-plugin-nested.cjs.js",
|
|
"module": "dist/jss-plugin-nested.esm.js",
|
|
"unpkg": "dist/jss-plugin-nested.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-nested]"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"!*.test.*"
|
|
],
|
|
"keywords": [
|
|
"cssinjs",
|
|
"css-in-js",
|
|
"css in js",
|
|
"jss",
|
|
"plugin",
|
|
"nested",
|
|
"nesting"
|
|
],
|
|
"scripts": {
|
|
"build": "node ../../scripts/build.js",
|
|
"check-snapshot": "node ../../scripts/match-snapshot.js"
|
|
},
|
|
"devDependencies": {
|
|
"jss-plugin-rule-value-function": "10.7.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"jss": "10.7.1",
|
|
"tiny-warning": "^1.0.2"
|
|
},
|
|
"gitHead": "2b54776c03d97a3bccbbcb28b63508f74103ebbc"
|
|
}
|