|
1 | 1 | {
|
2 | 2 | "name": "react-ocean-forms-react-intl",
|
3 |
| - "version": "2.0.2", |
| 3 | + "version": "2.0.3", |
4 | 4 | "description": "Library that adds react-intl support to react-ocean-forms.",
|
5 | 5 | "main": "build/index.js",
|
| 6 | + "module": "build/index.es.js", |
6 | 7 | "typings": "build/index.d.ts",
|
7 | 8 | "private": false,
|
8 | 9 | "sideEffects": false,
|
9 | 10 | "scripts": {
|
10 | 11 | "test": "jest",
|
11 | 12 | "test:watch": "jest --watch",
|
12 | 13 | "test:coverage": "jest --coverage",
|
13 |
| - "start": "webpack --watch --mode development", |
14 |
| - "build": "webpack -p", |
| 14 | + "start": "rollup -c -w", |
| 15 | + "build": "rollup -c", |
15 | 16 | "lint": "tslint -t stylish --project ."
|
16 | 17 | },
|
17 | 18 | "dependencies": { },
|
|
23 | 24 | "react-ocean-forms": "^2.0.0"
|
24 | 25 | },
|
25 | 26 | "devDependencies": {
|
26 |
| - "@babel/core": "^7.2.0", |
27 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
28 |
| - "@babel/plugin-transform-react-jsx": "^7.2.0", |
29 |
| - "@babel/preset-env": "^7.2.0", |
30 | 27 | "@types/enzyme": "^3.1.15",
|
31 | 28 | "@types/enzyme-adapter-react-16": "^1.0.3",
|
32 | 29 | "@types/jest": "^23.3.10",
|
33 |
| - "@types/react": "^16.7.13", |
| 30 | + "@types/react": "^16.7.17", |
34 | 31 | "@types/react-intl": "^2.3.14",
|
35 |
| - "babel-loader": "^8.0.4", |
36 |
| - "babel-preset-react-app": "^6.1.0", |
37 |
| - "case-sensitive-paths-webpack-plugin": "^2.1.2", |
38 |
| - "clean-webpack-plugin": "^1.0.0", |
39 | 32 | "coveralls": "^3.0.2",
|
40 |
| - "enzyme": "^3.7.0", |
41 |
| - "enzyme-adapter-react-16": "^1.7.0", |
| 33 | + "enzyme": "^3.8.0", |
| 34 | + "enzyme-adapter-react-16": "^1.7.1", |
42 | 35 | "jest": "^23.6.0",
|
43 | 36 | "prop-types": "^15.6.2",
|
44 | 37 | "react": "^16.6.3",
|
45 | 38 | "react-dom": "^16.6.3",
|
46 | 39 | "react-intl": "^2.7.2",
|
47 |
| - "react-ocean-forms": "^2.1.3", |
| 40 | + "react-ocean-forms": "^2.1.5", |
| 41 | + "rollup": "^0.68.0", |
| 42 | + "rollup-plugin-commonjs": "^9.2.0", |
| 43 | + "rollup-plugin-filesize": "^5.0.1", |
| 44 | + "rollup-plugin-node-resolve": "^4.0.0", |
| 45 | + "rollup-plugin-typescript2": "^0.18.1", |
48 | 46 | "ts-jest": "^23.10.5",
|
49 | 47 | "ts-loader": "^5.3.1",
|
50 | 48 | "tslint": "^5.11.0",
|
51 | 49 | "tslint-consistent-codestyle": "^1.14.1",
|
52 | 50 | "tslint-eaa-contrib": "^0.1.5",
|
53 | 51 | "tslint-microsoft-contrib": "^6.0.0",
|
54 | 52 | "tslint-react": "^3.6.0",
|
55 |
| - "typescript": "^3.2.1", |
56 |
| - "webpack": "^4.27.1", |
57 |
| - "webpack-cli": "^3.1.2", |
58 |
| - "webpack-dev-server": "^3.1.10" |
| 53 | + "typescript": "^3.2.2" |
59 | 54 | },
|
| 55 | + "resolutions": { |
| 56 | + "@types/react": "16.7.17", |
| 57 | + "@types/enzyme": "^3.1.15" |
| 58 | + }, |
60 | 59 | "files": [
|
61 | 60 | "build/"
|
62 | 61 | ],
|
|
0 commit comments