|
| 1 | +{ |
| 2 | + "name": "react-strict-svg", |
| 3 | + "version": "0.0.55", |
| 4 | + "description": "React Strict SVG", |
| 5 | + "exports": { |
| 6 | + ".": { |
| 7 | + "react-native": { |
| 8 | + "types": "./dist/native/index.d.ts", |
| 9 | + "default": "./dist/native/index.js" |
| 10 | + }, |
| 11 | + "default": { |
| 12 | + "types": "./dist/web/index.d.ts", |
| 13 | + "default": "./dist/web/index.js" |
| 14 | + } |
| 15 | + }, |
| 16 | + "./package.json": "./package.json" |
| 17 | + }, |
| 18 | + "files": [ |
| 19 | + "dist/*", |
| 20 | + "LICENSE", |
| 21 | + "package.json" |
| 22 | + ], |
| 23 | + "sideEffects": false, |
| 24 | + "scripts": { |
| 25 | + "jest": "jest --config ./jest.config.js", |
| 26 | + "jest:report": "jest --config ./jest.config.js --collect-coverage", |
| 27 | + "build": "rollup --config ./tools/rollup.config.mjs", |
| 28 | + "clean": "del-cli \"./dist/*\"", |
| 29 | + "prebuild": "npm run clean && generate-types -i src/ -o dist" |
| 30 | + }, |
| 31 | + "dependencies": { |
| 32 | + "@stylexjs/stylex": "^0.18.3", |
| 33 | + "react-strict-dom": "0.0.55" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@rollup/plugin-babel": "^6.0.4", |
| 37 | + "@rollup/plugin-commonjs": "^26.0.1", |
| 38 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 39 | + "@testing-library/react": "^16.3.0", |
| 40 | + "react": "~19.0.0", |
| 41 | + "react-dom": "~19.0.0", |
| 42 | + "react-test-renderer": "~19.0.0", |
| 43 | + "rollup": "^4.22.4" |
| 44 | + }, |
| 45 | + "peerDependencies": { |
| 46 | + "react": "^19.0.0", |
| 47 | + "react-dom": "^19.0.0", |
| 48 | + "react-native": ">=0.79.5", |
| 49 | + "react-native-svg": "^15.8.0" |
| 50 | + } |
| 51 | +} |
0 commit comments