source: imaps-frontend/node_modules/nano-css/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.9 KB
RevLine 
[d565449]1{
[79a0317]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"
[d565449]17 },
[79a0317]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"
[d565449]27 },
[79a0317]28 "bundleDependencies": false,
29 "config": {
30 "commitizen": {
31 "path": "git-cz"
32 }
[d565449]33 },
34 "dependencies": {
35 "@jridgewell/sourcemap-codec": "^1.4.15",
36 "css-tree": "^1.1.2",
37 "csstype": "^3.1.2",
38 "fastest-stable-stringify": "^2.0.2",
39 "inline-style-prefixer": "^7.0.1",
40 "rtl-css-js": "^1.16.1",
41 "stacktrace-js": "^2.0.2",
42 "stylis": "^4.3.0"
43 },
[79a0317]44 "deprecated": false,
45 "description": "Smallest 5th gen CSS-in-JS library",
[d565449]46 "devDependencies": {
47 "@storybook/addon-actions": "6.5.16",
48 "@storybook/addon-links": "6.5.16",
49 "@storybook/react": "6.5.16",
50 "@types/jest": "26.0.24",
51 "@types/node": "14.18.63",
52 "@types/prop-types": "15.7.12",
53 "@types/react": "17.0.80",
54 "eslint": "7.32.0",
55 "git-cz": "4.9.0",
56 "husky": "4.3.8",
57 "iconista": "2.16.1",
58 "jest": "26.6.3",
59 "lerna": "3.22.1",
60 "libreact": "2.13.3",
61 "lint-staged": "10.5.4",
62 "prettier": "2.8.8",
63 "prop-types": "15.8.1",
64 "react": "17.0.2",
65 "react-dom": "17.0.2",
66 "react-test-renderer": "17.0.2",
67 "rimraf": "3.0.2",
68 "source-map-support": "0.5.19",
69 "ts-loader": "8.4.0",
70 "tslib": "2.6.3",
71 "typescript": "4.9.5",
72 "webpack": "5.92.1",
73 "webpack-bundle-analyzer": "4.10.2",
74 "webpack-dev-server": "3.11.3",
75 "yarn": "1.22.22"
76 },
[79a0317]77 "homepage": "https://github.com/streamich/nano-css#readme",
[d565449]78 "jest": {
79 "transformIgnorePatterns": [],
80 "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?)$",
81 "setupFiles": [
82 "./addon/__tests__/setup.js"
83 ],
84 "moduleFileExtensions": [
85 "js",
86 "jsx",
87 "json"
88 ]
89 },
90 "keywords": [
91 "css",
92 "style",
93 "styles",
94 "pico",
95 "nano",
96 "lite",
97 "react",
98 "js",
99 "in-js",
100 "css-in-js",
101 "styled",
102 "decorator",
103 "component",
104 "styled-components",
105 "jsxstyle",
106 "rule",
107 "stylesheet"
[79a0317]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"
[d565449]156}
Note: See TracBrowser for help on using the repository browser.