Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/nano-css/package.json

    r0c6b92a r79a0317  
    11{
    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"
    1117  },
    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"
    2927  },
    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    }
    3933  },
    4034  "dependencies": {
     
    4842    "stylis": "^4.3.0"
    4943  },
     44  "deprecated": false,
     45  "description": "Smallest 5th gen CSS-in-JS library",
    5046  "devDependencies": {
    5147    "@storybook/addon-actions": "6.5.16",
     
    7975    "yarn": "1.22.22"
    8076  },
    81   "config": {
    82     "commitizen": {
    83       "path": "git-cz"
    84     }
    85   },
     77  "homepage": "https://github.com/streamich/nano-css#readme",
    8678  "jest": {
    8779    "transformIgnorePatterns": [],
     
    9587      "json"
    9688    ]
    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": false
    10789  },
    10890  "keywords": [
     
    124106    "rule",
    125107    "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"
    127156}
Note: See TracChangeset for help on using the changeset viewer.