|
| 1 | +{ |
| 2 | + "name": "@nqhd3v/react", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "main": "dist/esm/index.js", |
| 6 | + "scripts": { |
| 7 | + "start": "rollup -c -w", |
| 8 | + "test": "jest", |
| 9 | + "build": "rollup -c", |
| 10 | + "story": "storybook dev -p 6006", |
| 11 | + "story:build": "storybook build", |
| 12 | + "lint": "eslint src/**/*.{ts,tsx}", |
| 13 | + "lint:format": "prettier --write src/**/*.{ts,tsx}" |
| 14 | + }, |
| 15 | + "files": [ |
| 16 | + "dist" |
| 17 | + ], |
| 18 | + "keywords": [], |
| 19 | + "author": "", |
| 20 | + "license": "ISC", |
| 21 | + "type": "module", |
| 22 | + "devDependencies": { |
| 23 | + "@babel/preset-env": "^7.27.2", |
| 24 | + "@babel/preset-react": "^7.27.1", |
| 25 | + "@babel/preset-typescript": "^7.27.1", |
| 26 | + "@rollup/plugin-commonjs": "^28.0.5", |
| 27 | + "@rollup/plugin-node-resolve": "^16.0.1", |
| 28 | + "@rollup/plugin-terser": "^0.4.4", |
| 29 | + "@rollup/plugin-typescript": "^12.1.2", |
| 30 | + "@storybook/addon-docs": "^9.0.10", |
| 31 | + "@storybook/addon-onboarding": "^9.0.10", |
| 32 | + "@storybook/addon-webpack5-compiler-swc": "^3.0.0", |
| 33 | + "@storybook/react-webpack5": "^9.0.10", |
| 34 | + "@testing-library/dom": "^10.4.0", |
| 35 | + "@testing-library/jest-dom": "^6.6.3", |
| 36 | + "@testing-library/react": "^16.3.0", |
| 37 | + "@types/jest": "^29.5.14", |
| 38 | + "@types/react": "^19.1.8", |
| 39 | + "@types/react-dom": "^19.1.6", |
| 40 | + "@typescript-eslint/eslint-plugin": "^8.34.0", |
| 41 | + "@typescript-eslint/parser": "^8.34.0", |
| 42 | + "babel-jest": "^30.0.0", |
| 43 | + "eslint": "^9.29.0", |
| 44 | + "eslint-config-prettier": "^10.1.5", |
| 45 | + "eslint-plugin-prettier": "^5.4.1", |
| 46 | + "eslint-plugin-react": "^7.37.5", |
| 47 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 48 | + "jest": "^30.0.0", |
| 49 | + "jest-environment-jsdom": "^30.0.0", |
| 50 | + "jest-sonar-reporter": "^2.0.0", |
| 51 | + "jsdom": "^26.1.0", |
| 52 | + "prettier": "^3.5.3", |
| 53 | + "react": "^19.1.0", |
| 54 | + "react-dom": "^19.1.0", |
| 55 | + "rollup": "^4.43.0", |
| 56 | + "rollup-plugin-dts": "^6.2.1", |
| 57 | + "rollup-plugin-postcss": "^4.0.2", |
| 58 | + "storybook": "^9.0.10", |
| 59 | + "ts-jest": "^29.4.0", |
| 60 | + "ts-node": "^10.9.2", |
| 61 | + "typescript": "^5.8.3" |
| 62 | + }, |
| 63 | + "dependencies": { |
| 64 | + "@testing-library/user-event": "^14.6.1" |
| 65 | + }, |
| 66 | + "jest-junit": { |
| 67 | + "outputDirectory": "./report/unit", |
| 68 | + "outputName": "test-report.xml" |
| 69 | + }, |
| 70 | + "jestSonar": { |
| 71 | + "reportPath": "./report/sonarqube", |
| 72 | + "reportFile": "report.xml", |
| 73 | + "indent": 4 |
| 74 | + } |
| 75 | +} |
0 commit comments