| Current Path : /etc/kibana/node_modules/nano-css/ |
| Current File : //etc/kibana/node_modules/nano-css/package.json |
{
"name": "nano-css",
"version": "5.2.1",
"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"
},
"scripts": {
"eslint": "eslint src",
"start": "npm run storybook",
"clean": "rimraf dist && npm run test:visual:clean",
"test": "npm run eslint && 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": {},
"devDependencies": {},
"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": "es5",
"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"
],
"cleaned": true
}