{ "name": "procyon", "version": "1.2.1", "description": "", "author": "romanjaros ", "license": "ISC", "private": true, "scripts": { "build": "storybook build", "ci:build": "pnpm build && pnpm -r build", "ci:lint": "cross-env CI=true pnpm lint", "ci:test-e2e": "nightwatch --env ci", "ci:test": "cross-env CI=true pnpm test", "deadcode": "npx -y ts-prune", "dev": "storybook dev -p 6006 -c .storybook", "eslint": "eslint -c .eslintrc **/*.{ts,tsx,mdx}", "lint": "pnpm eslint && pnpm prettier", "module:build": "pnpm -r build", "module:clean": "pnpm -r clean", "prettier:fix": "prettier --check --write packages/**/*.ts", "prettier": "prettier --check packages/**/*.ts", "release": "npm version --no-git-tag-version", "serve": "http-server storybook-static", "test-e2e": "nightwatch --env localhost", "test:update": "pnpm test -- -u", "test": "jest --passWithNoTests" }, "dependencies": { "@reduxjs/toolkit": "1.9.7", "clsx": "2.0.0", "date-fns": "2.30.0", "postcss": "^8.4.21", "ramda": "0.29.1", "react": "18.2.0", "react-dom": "18.2.0", "react-redux": "8.1.3", "redux-thunk": "2.4.2", "scroll-into-view-if-needed": "^3.0.10", "wouter": "2.12.1", "yup": "1.3.2" }, "devDependencies": { "@storybook/addon-actions": "7.5.3", "@storybook/addon-essentials": "7.5.3", "@storybook/addon-links": "7.5.3", "@storybook/addon-viewport": "7.5.3", "@storybook/blocks": "7.5.3", "@storybook/react": "7.5.3", "@storybook/react-webpack5": "7.5.3", "@types/jest": "29.5.8", "@types/mdx": "2.0.10", "@types/node": "18.18.2", "@types/ramda": "0.29.9", "@types/react": "18.2.37", "@types/react-dom": "18.2.15", "@types/react-redux": "7.1.30", "@types/yup": "0.29.14", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "6.11.0", "autoprefixer": "10.4.16", "cross-env": "7.0.3", "eslint": "8.54.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.29.0", "eslint-plugin-mdx": "2.2.0", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-typescript-sort-keys": "3.1.0", "esprima": "4.0.1", "http-server": "14.1.1", "jest": "29.7.0", "nightwatch": "3.3.2", "postcss-cli": "10.1.0", "postcss-loader": "7.3.3", "prettier": "3.1.0", "raw-loader": "4.0.2", "storybook": "7.5.3", "tailwindcss": "3.3.5", "ts-jest": "29.1.1", "ts-loader": "9.5.1", "ts-node": "10.9.1", "tsconfig-paths": "4.2.0", "typescript": "5.2.2" } }