GoScrobble/web/node_modules/jss/package.json

52 lines
1.1 KiB
JSON
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"name": "jss",
"description": "A lib for generating Style Sheets with JavaScript.",
"version": "10.7.1",
"license": "MIT",
"homepage": "https://cssinjs.org/",
"main": "dist/jss.cjs.js",
"module": "dist/jss.esm.js",
"unpkg": "dist/jss.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"
},
"files": [
"dist",
"src",
"!*.test.*"
],
"keywords": [
"jss",
"style",
"sheet",
"stylesheet",
"css",
"components",
"composable",
"css in js",
"css-in-js"
],
"scripts": {
"build": "node ../../scripts/build.js",
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"csstype": "^3.0.2",
"is-in-browser": "^1.1.3",
"tiny-warning": "^1.0.2"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/jss"
},
"gitHead": "2b54776c03d97a3bccbbcb28b63508f74103ebbc"
}