|
19 | 19 | "module": "lib/index.js", |
20 | 20 | "types": "lib/index.d.ts", |
21 | 21 | "files": [ |
22 | | - "dist/", |
23 | 22 | "lib/", |
24 | 23 | "lib-es5/" |
25 | 24 | ], |
26 | 25 | "sideEffects": false, |
27 | 26 | "scripts": { |
28 | | - "clean": "rm -rf lib lib-es5 dist coverage .rpt2_cache LICENSE", |
| 27 | + "clean": "rm -rf lib lib-es5 coverage LICENSE", |
29 | 28 | "tsc": "tsc", |
30 | 29 | "build": "yarn build:esnext && yarn build:es5", |
31 | 30 | "build:esnext": "tsc --project tsconfig.lib.json", |
32 | 31 | "build:es5": "tsc --project tsconfig.lib-es5.json", |
33 | | - "dist": "yarn dist:dev && yarn dist:prod", |
34 | | - "dist:dev": "NODE_ENV=development rollup --config", |
35 | | - "dist:prod": "NODE_ENV=production rollup --config", |
36 | | - "prepublishOnly": "yarn clean && yarn build && yarn dist", |
| 32 | + "prepublishOnly": "yarn clean && yarn build", |
37 | 33 | "prepack": "cp ../../LICENSE . && jscodeshift --transform=../../removeConsoleTransform.ts lib lib-es5", |
38 | 34 | "postpack": "rm LICENSE", |
39 | 35 | "test": "jest --verbose", |
|
57 | 53 | "react": "^16.9.0", |
58 | 54 | "react-dom": "^16.9.0", |
59 | 55 | "react-form-with-constraints": "^0.14.0", |
60 | | - "rollup": "^1.21.4", |
61 | | - "rollup-plugin-filesize": "^6.2.0", |
62 | | - "rollup-plugin-typescript2": "^0.24.2", |
63 | | - "rollup-plugin-uglify": "^6.0.3", |
64 | 56 | "ts-jest": "^24.1.0", |
65 | 57 | "typescript": "^3.6.3" |
66 | 58 | } |
|
0 commit comments