|
1 | 1 | { |
2 | | - "name": "ig-financial-state", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "dependencies": { |
6 | | - "@infragistics/ignite-ui-full": "^18.1.152", |
7 | | - "babel-runtime": "6.22.0", |
8 | | - "bootstrap": "^3.3.7", |
9 | | - "igniteui-react": "^1.1.0", |
10 | | - "jquery": ">=1.9.1", |
11 | | - "jquery-ui": ">=1.10.5", |
12 | | - "react": "^16.6.3", |
13 | | - "react-dom": "^16.6.3", |
14 | | - "react-scripts": "1.0.17" |
15 | | - }, |
16 | | - "scripts": { |
17 | | - "start": "react-scripts start", |
18 | | - "build": "react-scripts build", |
19 | | - "test": "react-scripts test --env=jsdom", |
20 | | - "eject": "react-scripts eject" |
21 | | - } |
| 2 | + "name": "ig-financial-state", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@infragistics/ignite-ui-full": "latest", |
| 7 | + "babel-runtime": "6.22.0", |
| 8 | + "bootstrap": "^3.3.7", |
| 9 | + "create-react-class": "^15.7.0", |
| 10 | + "igniteui-react-wrappers": "^1.4.0", |
| 11 | + "jquery": ">=1.9.1", |
| 12 | + "jquery-ui": ">=1.10.5", |
| 13 | + "react": "^17.0.2", |
| 14 | + "react-dom": "^17.0.2", |
| 15 | + "react-scripts": "^5.0.0" |
| 16 | + }, |
| 17 | + "scripts": { |
| 18 | + "start": "react-scripts start", |
| 19 | + "build": "react-scripts build", |
| 20 | + "test": "react-scripts test --env=jsdom", |
| 21 | + "eject": "react-scripts eject" |
| 22 | + }, |
| 23 | + "browserslist": { |
| 24 | + "production": [ |
| 25 | + ">0.2%", |
| 26 | + "not dead", |
| 27 | + "not op_mini all" |
| 28 | + ], |
| 29 | + "development": [ |
| 30 | + "last 1 chrome version", |
| 31 | + "last 1 firefox version", |
| 32 | + "last 1 safari version" |
| 33 | + ] |
| 34 | + } |
22 | 35 | } |
0 commit comments