|
1 | 1 | { |
2 | 2 | "name": "react-data-export", |
3 | | - "version": "0.1.1", |
4 | | - "main": "lib/index.js", |
| 3 | + "version": "0.2.0", |
| 4 | + "main": "dist/index.js", |
5 | 5 | "description": "A set of tools to export dataset from react to different formats.", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
|
20 | 20 | }, |
21 | 21 | "homepage": "https://github.com/securedeveloper/react-data-export#readme", |
22 | 22 | "devDependencies": { |
23 | | - "babel-cli": "^6.26.0", |
24 | | - "babel-core": "^6.26.0", |
25 | | - "babel-eslint": "^8.0.1", |
26 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
27 | | - "babel-preset-es2015": "^6.24.1", |
28 | | - "babel-preset-react": "^6.24.1", |
29 | | - "eslint": "^4.8.0", |
30 | | - "eslint-plugin-import": "^2.7.0", |
31 | | - "eslint-plugin-jsx-a11y": "^6.0.2", |
32 | | - "eslint-plugin-react": "^7.4.0", |
33 | | - "eslint-watch": "^3.1.3", |
34 | | - "prop-types": "^15.6.0", |
35 | | - "react": "^16.0.0", |
36 | | - "react-dom": "^16.0.0" |
| 23 | + "babel-cli": "6.26.0", |
| 24 | + "babel-core": "6.26.0", |
| 25 | + "babel-eslint": "8.0.1", |
| 26 | + "babel-plugin-transform-class-properties": "6.24.1", |
| 27 | + "babel-preset-es2015": "6.24.1", |
| 28 | + "babel-preset-react": "6.24.1", |
| 29 | + "eslint": "4.8.0", |
| 30 | + "eslint-plugin-import": "2.7.0", |
| 31 | + "eslint-plugin-jsx-a11y": "6.0.2", |
| 32 | + "eslint-plugin-react": "7.4.0", |
| 33 | + "eslint-watch": "3.1.3", |
| 34 | + "prop-types": "15.6.0", |
| 35 | + "react": "16.0.0", |
| 36 | + "react-dom": "16.0.0" |
37 | 37 | }, |
38 | 38 | "scripts": { |
39 | | - "build": "babel lib -d build", |
40 | | - "build:watch": "babel lib -w -d build", |
| 39 | + "clean": "rm -rf ./dist && mkdir ./dist", |
| 40 | + "build": "babel -d ./dist ./lib", |
| 41 | + "build:watch": "babel -w -d -d ./dist ./lib ", |
41 | 42 | "lint": "eslint .", |
42 | 43 | "lint:watch": "esw -w lib/**", |
43 | 44 | "prepublish": "npm run build" |
44 | 45 | }, |
45 | 46 | "dependencies": { |
46 | | - "file-saver": "^1.3.3", |
47 | | - "xlsx": "^0.11.5" |
| 47 | + "file-saver": "1.3.3", |
| 48 | + "xlsx": "0.11.5" |
48 | 49 | } |
49 | 50 | } |
0 commit comments