-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1 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
{
"name": "hands-on-labs.toastui.calendar-timetable",
"version": "1.0.1",
"description": "NHN Forward 2019",
"main": "./index.js",
"scripts": {
"serve": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhn/hands-on-labs.toastui.calendar-timetable.git"
},
"keywords": [
"NHN",
"Forward",
"Conference",
"Hands",
"on",
"labs",
"tui-calendar"
],
"author": "jungeun-cho",
"license": "MIT",
"bugs": {
"url": "https://github.com/nhn/hands-on-labs.toastui.calendar-timetable/issues"
},
"homepage": "https://github.com/nhn/hands-on-labs.toastui.calendar-timetable#readme",
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-config-tui": "^2.0.0",
"eslint-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
}
}