This repository has been archived by the owner on Oct 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.53 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@ivanwei/tui-calendar",
"author": "Ivan Wei (https://blog.ivanwei.co)",
"contributors": [
"NHNEnt FE Development Lab <[email protected]>"
],
"version": "0.0.2",
"main": "dist/@ivanwei/tui-calendar.js",
"license": "MIT",
"description": "TOAST UI Calendar",
"repository": {
"type": "git",
"url": "https://github.com/ivanwei/tui.calendar.git"
},
"keywords": [
"tui",
"component",
"calendar",
"fullcalendar",
"daily",
"weekly",
"monthly",
"business week",
"2 weeks",
"3 weeks",
"milestone",
"task",
"allday"
],
"devDependencies": {
"css-loader": "^0.23.1",
"eslint": "^4.17.0",
"eslint-config-tui": "^1.0.3",
"eslint-plugin-jasmine": "^2.9.2",
"extract-text-webpack-plugin": "^1.0.1",
"handlebars": "^4.0.5",
"handlebars-template-loader": "^0.7.0",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.4.1",
"jsdoc": "^3.5.5",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^0.1.7",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-jquery": "^0.1.1",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-junit-reporter": "^1.2.0",
"karma-preprocess-preprocessor": "^0.1.1",
"karma-source-map-support": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webdriver-launcher": "git+https://github.com/nhnent/karma-webdriver-launcher.git#v1.1.0",
"karma-webpack": "^1.8.0",
"preprocess-loader": "^0.2.0",
"safe-umd-webpack-plugin": "0.0.2",
"style-loader": "^0.13.1",
"stylus": "^0.53.0",
"stylus-loader": "^2.1.2",
"tui-jsdoc-template": "^1.2.2",
"tui-release-notes": "git+https://github.com/nhnent/tui.release-notes.git",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.3"
},
"scripts": {
"test": "karma start --no-single-run",
"test:ne": "KARMA_SERVER=ne karma start",
"bundle": "webpack && NODE_ENV=production webpack -p",
"serve": "webpack-dev-server --progress --inline --hot",
"cpy-dist2doc": "mkdir -p doc/dist && cp -f -r dist doc",
"doc": "jsdoc -c jsdoc.conf.json && npm run cpy-dist2doc",
"release-note": "tuie",
"eslint": "eslint ./src"
},
"dependencies": {
"@ivanwei/tui-code-snippet": "^0.0.1",
"@ivanwei/tui-date-picker": "^0.0.1",
"@ivanwei/tui-time-picker": "^0.0.1"
}
}