Skip to content
This repository was archived by the owner on Oct 24, 2019. It is now read-only.

Commit 7efd53d

Browse files
author
DongWoo Kim
committed
chore: update package.json
1 parent 8fdf56e commit 7efd53d

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,26 @@
33
"version": "1.0.0",
44
"description": "Toat UI Grid for React",
55
"main": "dist/toastui-react-grid.js",
6+
"files": [
7+
"dist",
8+
"src"
9+
],
610
"scripts": {
7-
"dev": "webpack-dev-server --open --mode development",
11+
"lint": "eslint src/**",
812
"build": "webpack -p --progress",
913
"storybook": "start-storybook -p 6006",
1014
"build-storybook": "build-storybook"
1115
},
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",
1221
"browserslist": "last 2 versions, ie 9",
1322
"peerDependencies": {
1423
"react": "^16.0.0",
1524
"react-dom": "^16.0.0"
1625
},
17-
"author": "",
18-
"license": "MIT",
1926
"devDependencies": {
2027
"@babel/core": "^7.2.2",
2128
"@babel/plugin-proposal-class-properties": "^7.2.3",
@@ -27,8 +34,14 @@
2734
"@storybook/addon-links": "^4.1.7",
2835
"@storybook/addons": "^4.1.7",
2936
"@storybook/react": "^4.1.7",
37+
"babel-eslint": "^10.0.1",
3038
"babel-loader": "^8.0.5",
3139
"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",
3245
"jquery-mockjax": "^2.5.0",
3346
"prettier": "^1.16.0",
3447
"react": "^16.7.0",

0 commit comments

Comments
 (0)