/
austin_s
/
react-interview-components
Обзор
Документация
Войти
/
austin_s
/
react-interview-components
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
143 строки
4 KB
spanic
4.2.1
24 фев 2025, 22:24
24 фев 2025, 22:24
c1658ce
Код
Авторство
О чём код?
{ "name": "@spanic/react-interview-components", "description": "Set of React components used in @spanic's interview projects", "author": "Andrei Sadulin <sadulin2011@yandex.ru>", "version": "4.2.1", "private": false, "repository": { "type": "git", "url": "git+https://github.com/spanic/react-interview-components.git", "directory": "/" }, "homepage": "https://master--64efbbdd17b6d0944f4367db.chromatic.com", "dependencies": { "@ant-design/icons": "^5.2.5", "@react-hook/resize-observer": "^1.2.6", "antd": "^5.23.2", "antd-style": "^3.7.1", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "styled-components": "^6.0.7" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "build:lib": "rollup -c", "lint:js": "eslint ./src/", "fix:js": "run-s 'lint:js --fix'", "lint:style": "stylelint ./src/**/*.css", "fix:style": "run-s 'lint:style --fix'", "start:docs": "storybook dev -p 6006", "build:docs": "storybook build", "serve:docs": "npx http-server ./storybook-static", "prepare": "husky install" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "main": "lib/index.cjs.js", "module": "lib/index.esm.js", "style": "lib/default.css", "types": "lib/index.d.ts", "engines": { "node": ">=14" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", "@babel/runtime": "^7.21.0", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.3", "@rollup/plugin-url": "^8.0.2", "@storybook/addon-actions": "^7.4.0", "@storybook/addon-essentials": "^7.4.0", "@storybook/addon-links": "^7.4.0", "@storybook/node-logger": "^7.4.0", "@storybook/react-vite": "^7.4.0", "@storybook/preview-api": "^7.4.2", "@storybook/react": "~7.4.0", "@svgr/rollup": "^8.1.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.4", "@types/node": "^20.5.8", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "autoprefixer": "^9.8.8", "babel-eslint": "^10.1.0", "chromatic": "^6.24.1", "eslint": "^8.37.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.8.0", "eslint-config-react-app": "^7.0.1", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-flowtype": "^8.0.2", "eslint-plugin-fp": "^2.3.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", "is-ci": "^3.0.1", "lint-staged": "^13.2.0", "npm-run-all": "^4.1.5", "postcss-preset-env": "^8.3.0", "prettier": "^2.8.7", "react-scripts": "^5.0.1", "recursive-copy": "^2.0.14", "remark-gfm": "^3.0.1", "rimraf": "^4.4.1", "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.0.2", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-filesize": "^10.0.0", "rollup-plugin-includepaths": "^0.2.4", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "storybook": "^7.4.0", "stylelint": "^14.16.1", "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^29.0.0", "stylelint-order": "^6.0.3", "typescript": "^4.9.5", "typescript-plugin-css-modules": "^5.0.1", "vite-plugin-svgr": "^3.2.0", "vite-tsconfig-paths": "^4.2.0" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "files": [ "lib" ], "bugs": { "url": "https://github.com/spanic/react-interview-components/issues" }, "directories": { "doc": "docs", "lib": "lib" }, "license": "ISC" }