|
3 | 3 | "version": "1.0.0", |
4 | 4 | "description": "Toat UI Grid for React", |
5 | 5 | "main": "dist/toastui-react-grid.js", |
| 6 | + "files": [ |
| 7 | + "dist", |
| 8 | + "src" |
| 9 | + ], |
6 | 10 | "scripts": { |
7 | | - "dev": "webpack-dev-server --open --mode development", |
| 11 | + "lint": "eslint src/**", |
8 | 12 | "build": "webpack -p --progress", |
9 | 13 | "storybook": "start-storybook -p 6006", |
10 | 14 | "build-storybook": "build-storybook" |
11 | 15 | }, |
| 16 | + "homepage": "https://github.com/nhnent/toast-ui.react-grid", |
| 17 | + "bugs": "https://github.com/nhnent/toast-ui.react-grid/issues", |
| 18 | + "author": "NHN Ent. FE Development Lab <[email protected]>", |
| 19 | + "repository": "https://github.com/nhnent/toast-ui.react-grid.git", |
| 20 | + "license": "MIT", |
12 | 21 | "browserslist": "last 2 versions, ie 9", |
13 | 22 | "peerDependencies": { |
14 | 23 | "react": "^16.0.0", |
15 | 24 | "react-dom": "^16.0.0" |
16 | 25 | }, |
17 | | - "author": "", |
18 | | - "license": "MIT", |
19 | 26 | "devDependencies": { |
20 | 27 | "@babel/core": "^7.2.2", |
21 | 28 | "@babel/plugin-proposal-class-properties": "^7.2.3", |
|
27 | 34 | "@storybook/addon-links": "^4.1.7", |
28 | 35 | "@storybook/addons": "^4.1.7", |
29 | 36 | "@storybook/react": "^4.1.7", |
| 37 | + "babel-eslint": "^10.0.1", |
30 | 38 | "babel-loader": "^8.0.5", |
31 | 39 | "css-loader": "^2.1.0", |
| 40 | + "eslint": "^5.12.1", |
| 41 | + "eslint-config-prettier": "^3.6.0", |
| 42 | + "eslint-config-tui": "^2.1.0", |
| 43 | + "eslint-plugin-prettier": "^3.0.1", |
| 44 | + "eslint-plugin-react": "^7.12.4", |
32 | 45 | "jquery-mockjax": "^2.5.0", |
33 | 46 | "prettier": "^1.16.0", |
34 | 47 | "react": "^16.7.0", |
|
0 commit comments