File: //usr/share/opensearch-dashboards/node_modules/nano-css/package.json
{
"name": "nano-css",
"version": "5.3.4",
"description": "Smallest 5th gen CSS-in-JS library",
"main": "index.js",
"unpkg": "dist/nano-css.umd.min.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/streamich/nano-css.git"
},
"license": "Unlicense",
"scripts": {
"lint": "eslint ./index.js",
"lint:fix": "yarn lint --fix",
"start": "yarn storybook",
"clean": "rimraf dist && yarn test:visual:clean",
"test": "yarn lint && jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"test:visual": "npm run storybook",
"test:visual:build": "build-storybook",
"test:visual:clean": "rimraf storybook-static",
"demo": "webpack-dev-server --config demo/webpack.config.js",
"prettier": "prettier --write '**/*.ts'",
"precommit": "lint-staged",
"prepush": "yarn test",
"storybook": "start-storybook -p 6010",
"semantic-release": "semantic-release"
},
"lint-staged": {
"**/*.ts": [
"prettier --write",
"git add"
]
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"dependencies": {
"css-tree": "^1.1.2",
"csstype": "^3.0.6",
"fastest-stable-stringify": "^2.0.2",
"inline-style-prefixer": "^6.0.0",
"rtl-css-js": "^1.14.0",
"sourcemap-codec": "^1.4.8",
"stacktrace-js": "^2.0.2",
"stylis": "^4.0.6"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/npm": "7.0.9",
"@storybook/addon-actions": "6.1.11",
"@storybook/addon-links": "6.1.11",
"@storybook/react": "6.1.11",
"@types/jest": "26.0.20",
"@types/node": "14.14.20",
"@types/prop-types": "15.7.3",
"@types/react": "17.0.0",
"eslint": "7.17.0",
"git-cz": "4.7.6",
"husky": "4.3.7",
"iconista": "2.14.0",
"jest": "26.6.3",
"lerna": "3.22.1",
"libreact": "2.13.3",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-test-renderer": "17.0.1",
"rimraf": "3.0.2",
"semantic-release": "17.3.1",
"source-map-support": "0.5.19",
"ts-loader": "8.0.14",
"tslib": "2.1.0",
"typescript": "4.1.3",
"webpack": "5.12.2",
"webpack-bundle-analyzer": "4.3.0",
"webpack-dev-server": "3.11.1",
"yarn": "1.22.10"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"jest": {
"transformIgnorePatterns": [],
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?)$",
"setupFiles": [
"./addon/__tests__/setup.js"
],
"moduleFileExtensions": [
"js",
"jsx",
"json"
]
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"jsxBracketSameLine": false
},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"keywords": [
"css",
"style",
"styles",
"pico",
"nano",
"lite",
"react",
"js",
"in-js",
"css-in-js",
"styled",
"decorator",
"component",
"styled-components",
"jsxstyle",
"rule",
"stylesheet"
]
}