-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@toast-ui/react-calendar",
"version": "1.0.5",
"description": "React wrapper component for tui.calendar",
"main": "dist/toastui-react-calendar.js",
"types": "index.d.ts",
"files": [
"dist",
"src",
"index.d.ts"
],
"scripts": {
"build:dev": "webpack --mode development",
"build": "webpack --mode production",
"serve": "webpack-dev-server",
"storybook": "start-storybook -s .storybook -p 6006",
"build-storybook": "build-storybook",
"release-note": "tuie"
},
"homepage": "https://github.com/nhnent/toast-ui.react-calendar",
"bugs": "https://github.com/nhnent/toast-ui.react-calendar/issues",
"author": "NHN. FE Development Lab <[email protected]>",
"repository": "https://github.com/nhnent/toast-ui.react-calendar.git",
"license": "MIT",
"browserslist": "last 2 versions, ie 9",
"peerDependencies": {
"react": "^16.3.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^4.1.7",
"@storybook/addon-knobs": "^4.1.7",
"@storybook/addon-links": "^4.1.7",
"@storybook/addons": "^4.1.7",
"@storybook/react": "^4.1.7",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"eslint": "^5.12.1",
"eslint-config-prettier": "^3.6.0",
"eslint-config-tui": "^2.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jquery-mockjax": "^2.5.0",
"prettier": "^1.16.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"storybook": "^1.0.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"tui-release-notes": "git+https://github.com/nhn/toast-ui.release-notes.git"
},
"dependencies": {
"tui-calendar": "git+https://github.com/Kings-Distributed-Systems/tui-calendar.git"
}
}