|
21 | 21 | "./dist/react-textarea-autosize.esm.js": "./dist/react-textarea-autosize.browser.esm.js" |
22 | 22 | }, |
23 | 23 | "sideEffects": false, |
24 | | - "files": ["dist"], |
| 24 | + "files": [ |
| 25 | + "dist" |
| 26 | + ], |
25 | 27 | "author": "Andrey Popp <8mayday@gmail.com> (httsps://andreypopp.com/)", |
26 | 28 | "contributors": [ |
27 | 29 | "Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)" |
28 | 30 | ], |
29 | 31 | "scripts": { |
30 | 32 | "prebuild": "npm run clean", |
31 | 33 | "build": "preconstruct build", |
32 | | - "docs:dev": "parcel example/index.html --out-dir example/dist --open", |
33 | | - "docs:build": "parcel build example/index.html --out-dir example/dist", |
34 | | - "docs:publish": "npm run docs:build && cd example/dist && git init && git commit --allow-empty -m 'update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update docs' && git push git@github.com:Andarist/react-textarea-autosize gh-pages --force", |
| 34 | + "docs:dev": "npm run dev --prefix example", |
| 35 | + "docs:build": "npm run build --prefix example", |
| 36 | + "docs:publish": "npm run docs:build && cd ./example/dist && git init && git commit --allow-empty -m 'update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update docs' && git push git@github.com:Andarist/react-textarea-autosize gh-pages --force", |
35 | 37 | "clean": "rimraf dist", |
36 | 38 | "lint": "eslint --ext .js,.ts,.tsx src", |
37 | 39 | "prepare": "npm run build", |
|
50 | 52 | "use-latest": "^1.0.0" |
51 | 53 | }, |
52 | 54 | "devDependencies": { |
53 | | - "@babel/core": "^7.10.2", |
54 | | - "@babel/plugin-proposal-object-rest-spread": "^7.10.1", |
55 | | - "@babel/plugin-transform-runtime": "^7.10.1", |
56 | | - "@babel/preset-env": "^7.10.2", |
57 | | - "@babel/preset-react": "^7.10.1", |
58 | | - "@babel/preset-typescript": "^7.10.1", |
| 55 | + "@babel/core": "^7.10.4", |
| 56 | + "@babel/plugin-proposal-object-rest-spread": "^7.10.4", |
| 57 | + "@babel/plugin-transform-runtime": "^7.10.4", |
| 58 | + "@babel/preset-env": "^7.10.4", |
| 59 | + "@babel/preset-react": "^7.10.4", |
| 60 | + "@babel/preset-typescript": "^7.10.4", |
59 | 61 | "@changesets/changelog-github": "^0.2.6", |
60 | 62 | "@changesets/cli": "^2.8.0", |
61 | 63 | "@preconstruct/cli": "^1.1.14", |
62 | 64 | "@testing-library/jest-dom": "^5.9.0", |
63 | 65 | "@testing-library/react": "^10.1.0", |
64 | 66 | "@types/react": "^16.9.35", |
| 67 | + "@types/react-dom": "^16.9.8", |
65 | 68 | "@typescript-eslint/eslint-plugin": "^3.1.0", |
66 | 69 | "@typescript-eslint/parser": "^3.1.0", |
67 | 70 | "babel-eslint": "11.0.0-beta.2", |
|
74 | 77 | "husky": "^4.2.5", |
75 | 78 | "jest": "^26.0.1", |
76 | 79 | "lint-staged": "^10.2.8", |
77 | | - "parcel-bundler": "^1.12.4", |
| 80 | + "parcel": "2.0.0-nightly.454", |
78 | 81 | "prettier": "^2.0.5", |
79 | 82 | "react": "^16.13.1", |
80 | 83 | "react-dom": "^16.13.1", |
|
0 commit comments