|
1 | 1 | { |
2 | 2 | "name": "rex-state", |
3 | | - "version": "0.0.4-beta-4", |
| 3 | + "version": "0.0.5", |
4 | 4 | "description": "The Simplest state management tool for React", |
5 | 5 | "scripts": { |
6 | | - "build": "microbundle", |
7 | | - "start": "microbundle watch", |
| 6 | + "build": "rollup -c rollup.config.js", |
8 | 7 | "test": "jest", |
9 | 8 | "coverage": "jest --coverage" |
10 | 9 | }, |
|
27 | 26 | "react-state" |
28 | 27 | ], |
29 | 28 | "devDependencies": { |
30 | | - "@babel/core": "^7.8.6", |
31 | | - "@babel/preset-env": "^7.8.6", |
32 | | - "@babel/preset-react": "^7.8.3", |
33 | | - "@babel/preset-typescript": "^7.8.3", |
34 | | - "@testing-library/react": "^9.4.1", |
| 29 | + "@babel/core": "7.8.6", |
| 30 | + "@babel/preset-env": "7.8.6", |
| 31 | + "@babel/preset-react": "7.8.3", |
| 32 | + "@babel/preset-typescript": "7.8.3", |
| 33 | + "@testing-library/react": "9.4.1", |
35 | 34 | "@types/jest": "25.1.1", |
36 | 35 | "@types/react": "16.9.19", |
37 | 36 | "@typescript-eslint/parser": "2.20.0", |
38 | | - "babel-jest": "^25.1.0", |
| 37 | + "@wessberg/rollup-plugin-ts": "1.2.21", |
| 38 | + "babel-jest": "25.1.0", |
39 | 39 | "eslint": "6.8.0", |
40 | 40 | "eslint-plugin-jest": "23.7.0", |
41 | 41 | "eslint-plugin-prettier": "3.1.2", |
42 | 42 | "eslint-plugin-tsc": "1.2.0", |
43 | 43 | "husky": "4.2.1", |
44 | 44 | "jest": "25.1.0", |
45 | | - "microbundle": "^0.11.0", |
46 | 45 | "prettier": "1.19.1", |
47 | 46 | "pretty-quick": "2.0.1", |
48 | | - "react": "^16.13.0", |
49 | | - "react-dom": "^16.13.0", |
| 47 | + "react": "16.13.0", |
| 48 | + "react-dom": "16.13.0", |
| 49 | + "rollup": "2.0.2", |
| 50 | + "rollup-plugin-terser": "5.2.0", |
50 | 51 | "typescript": "3.7.5" |
51 | 52 | }, |
52 | 53 | "peerDependencies": { |
|
0 commit comments