Changeset 79a0317 for imaps-frontend/node_modules/nano-css
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/nano-css/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "nano-css", 3 "version": "5.6.2", 4 "description": "Smallest 5th gen CSS-in-JS library", 5 "main": "index.js", 6 "types": "index.d.ts", 7 "typings": "index.d.ts", 8 "repository": { 9 "type": "git", 10 "url": "https://github.com/streamich/nano-css.git" 2 "_from": "nano-css@^5.6.2", 3 "_id": "nano-css@5.6.2", 4 "_inBundle": false, 5 "_integrity": "sha512-+6bHaC8dSDGALM1HJjOHVXpuastdu2xFoZlC77Jh4cg+33Zcgm+Gxd+1xsnpZK14eyHObSp82+ll5y3SX75liw==", 6 "_location": "/nano-css", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "nano-css@^5.6.2", 12 "name": "nano-css", 13 "escapedName": "nano-css", 14 "rawSpec": "^5.6.2", 15 "saveSpec": null, 16 "fetchSpec": "^5.6.2" 11 17 }, 12 "license": "Unlicense", 13 "scripts": { 14 "lint": "eslint ./index.js", 15 "lint:fix": "yarn lint --fix", 16 "start": "yarn storybook", 17 "clean": "rimraf dist && yarn test:visual:clean", 18 "test": "yarn lint && jest", 19 "test:coverage": "jest --coverage", 20 "test:watch": "jest --watch", 21 "test:visual": "npm run storybook", 22 "test:visual:build": "build-storybook", 23 "test:visual:clean": "rimraf storybook-static", 24 "demo": "webpack-dev-server --config demo/webpack.config.js", 25 "prettier": "prettier --write '**/*.ts'", 26 "precommit": "lint-staged", 27 "prepush": "yarn test", 28 "storybook": "start-storybook -p 6010" 18 "_requiredBy": [ 19 "/react-use" 20 ], 21 "_resolved": "https://registry.npmjs.org/nano-css/-/nano-css-5.6.2.tgz", 22 "_shasum": "584884ddd7547278f6d6915b6805069742679a32", 23 "_spec": "nano-css@^5.6.2", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use", 25 "bugs": { 26 "url": "https://github.com/streamich/nano-css/issues" 29 27 }, 30 "lint-staged": { 31 "**/*.ts": [ 32 "prettier --write", 33 "git add" 34 ] 35 }, 36 "peerDependencies": { 37 "react": "*", 38 "react-dom": "*" 28 "bundleDependencies": false, 29 "config": { 30 "commitizen": { 31 "path": "git-cz" 32 } 39 33 }, 40 34 "dependencies": { … … 48 42 "stylis": "^4.3.0" 49 43 }, 44 "deprecated": false, 45 "description": "Smallest 5th gen CSS-in-JS library", 50 46 "devDependencies": { 51 47 "@storybook/addon-actions": "6.5.16", … … 79 75 "yarn": "1.22.22" 80 76 }, 81 "config": { 82 "commitizen": { 83 "path": "git-cz" 84 } 85 }, 77 "homepage": "https://github.com/streamich/nano-css#readme", 86 78 "jest": { 87 79 "transformIgnorePatterns": [], … … 95 87 "json" 96 88 ] 97 },98 "prettier": {99 "printWidth": 120,100 "tabWidth": 4,101 "useTabs": false,102 "semi": true,103 "singleQuote": true,104 "trailingComma": "none",105 "bracketSpacing": false,106 "jsxBracketSameLine": false107 89 }, 108 90 "keywords": [ … … 124 106 "rule", 125 107 "stylesheet" 126 ] 108 ], 109 "license": "Unlicense", 110 "lint-staged": { 111 "**/*.ts": [ 112 "prettier --write", 113 "git add" 114 ] 115 }, 116 "main": "index.js", 117 "name": "nano-css", 118 "peerDependencies": { 119 "react": "*", 120 "react-dom": "*" 121 }, 122 "prettier": { 123 "printWidth": 120, 124 "tabWidth": 4, 125 "useTabs": false, 126 "semi": true, 127 "singleQuote": true, 128 "trailingComma": "none", 129 "bracketSpacing": false, 130 "jsxBracketSameLine": false 131 }, 132 "repository": { 133 "type": "git", 134 "url": "git+https://github.com/streamich/nano-css.git" 135 }, 136 "scripts": { 137 "clean": "rimraf dist && yarn test:visual:clean", 138 "demo": "webpack-dev-server --config demo/webpack.config.js", 139 "lint": "eslint ./index.js", 140 "lint:fix": "yarn lint --fix", 141 "precommit": "lint-staged", 142 "prepush": "yarn test", 143 "prettier": "prettier --write '**/*.ts'", 144 "start": "yarn storybook", 145 "storybook": "start-storybook -p 6010", 146 "test": "yarn lint && jest", 147 "test:coverage": "jest --coverage", 148 "test:visual": "npm run storybook", 149 "test:visual:build": "build-storybook", 150 "test:visual:clean": "rimraf storybook-static", 151 "test:watch": "jest --watch" 152 }, 153 "types": "index.d.ts", 154 "typings": "index.d.ts", 155 "version": "5.6.2" 127 156 }
Note:
See TracChangeset
for help on using the changeset viewer.