|
3 | 3 | "version": "2.17.5",
|
4 | 4 | "description": "Ultimate calendar for your React app.",
|
5 | 5 | "main": "dist/entry.js",
|
| 6 | + "source": "src/entry.js", |
6 | 7 | "types": "./index.d.ts",
|
7 |
| - "es6": "src/entry.js", |
8 | 8 | "scripts": {
|
9 | 9 | "build": "yarn run build-js && yarn run copy-styles && yarn run build-styles && yarn run copy-types",
|
10 |
| - "build-js": "babel src -d dist --ignore __tests__", |
| 10 | + "build-js": "babel src -d dist --ignore **/__tests__", |
11 | 11 | "build-styles": "lessc ./dist/Calendar.less ./dist/Calendar.css",
|
12 | 12 | "clean": "rimraf dist",
|
13 | 13 | "copy-styles": "node ./copy-styles.js",
|
|
69 | 69 | "react-lifecycles-compat": "^3.0.4"
|
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "babel-cli": "^6.26.0", |
73 |
| - "babel-core": "^6.26.3", |
74 |
| - "babel-eslint": "^9.0.0", |
| 72 | + "@babel/cli": "^7.1.0", |
| 73 | + "@babel/core": "^7.1.0", |
| 74 | + "@babel/plugin-proposal-class-properties": "^7.1.0", |
| 75 | + "@babel/preset-env": "^7.1.0", |
| 76 | + "@babel/preset-react": "^7.0.0", |
| 77 | + "babel-core": "^7.0.0-bridge.0", |
| 78 | + "babel-eslint": "^10.0.0", |
75 | 79 | "babel-jest": "^23.6.0",
|
76 |
| - "babel-plugin-transform-class-properties": "^6.24.1", |
77 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
78 |
| - "babel-preset-env": "^1.7.0", |
79 |
| - "babel-preset-react": "^6.24.1", |
80 | 80 | "enzyme": "^3.6.0",
|
81 | 81 | "enzyme-adapter-react-16": "^1.5.0",
|
82 |
| - "eslint": "^5.5.0", |
| 82 | + "eslint": "^5.6.0", |
83 | 83 | "eslint-config-airbnb": "^17.1.0",
|
84 | 84 | "eslint-plugin-import": "^2.14.0",
|
85 | 85 | "eslint-plugin-jsx-a11y": "^6.1.1",
|
|
0 commit comments