forked from nhn/tui.grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.91 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
84
85
86
87
88
{
"name": "tui-grid",
"version": "2.8.0",
"description": "TOAST UI Grid : Powerful data grid control supported by TOAST UI",
"main": "dist/tui-grid.js",
"scripts": {
"dev": "webpack-dev-server",
"dev:ie8": "webpack-dev-server -d",
"test": "karma start --no-single-run",
"test:ne": "KARMA_SERVER=ne karma start",
"test:e2e": "npm run sshot:clean && wdio wdio.conf.js",
"sshot:clean": "del screenshots/diff screenshots/screen",
"sshot:cleanRef": "del screenshots/reference",
"bundle": "npm run bundle:normal & npm run bundle:combine",
"bundle:normal": "webpack --production & webpack --production --minify",
"bundle:combine": "webpack --production --combine & webpack --production --combine --minify",
"docs": "npm run docs:jsdoc && npm run docs:copy",
"docs:jsdoc": "jsdoc -c ./jsdoc.conf.json",
"docs:copy": "cpy dist/tui-grid.{js,css} doc/dist & cpy dist/images/* doc/dist/images"
},
"repository": {
"type": "git",
"url": "https://github.com/nhnent/tui.grid"
},
"keywords": [
"nhnent",
"tui",
"application",
"grid",
"tui-grid"
],
"author": "NHN Ent. FE Development Lab",
"license": "MIT",
"devDependencies": {
"body-parser": "^1.12.4",
"copy-webpack-plugin": "^3.0.1",
"cpy-cli": "^1.0.1",
"css-loader": "^0.25.0",
"del-cli": "^0.2.1",
"es5-shim": "^4.5.9",
"eslint": "^4.5.0",
"eslint-config-tui": "^1.0.1",
"eslint-loader": "^1.5.0",
"express": "^4.12.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-ajax": "^2.99.0",
"jasmine-core": "2.5.2",
"jasmine-jquery": "^2.0.5",
"jsdoc": "^3.5.4",
"karma": "1.3.0",
"karma-browserstack-launcher": "^0.1.10",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^0.5.1",
"karma-es5-shim": "0.0.4",
"karma-htmlfile-reporter": "^0.2.2",
"karma-jasmine": "1.0.2",
"karma-jasmine-ajax": "^0.1.13",
"karma-jquery": "^0.2.2",
"karma-junit-reporter": "^1.2.0",
"karma-simple-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webdriver-launcher": "git+https://github.com/nhnent/karma-webdriver-launcher.git#v1.1.0",
"karma-webpack": "^1.8.0",
"safe-umd-webpack-plugin": "^0.0.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"tui-jsdoc-template": "^1.0.4",
"vinyl-source-stream": "^1.1.0",
"wdio-jasmine-framework": "^0.2.19",
"wdio-selenium-standalone-service": "0.0.7",
"wdio-static-server-service": "^1.0.1",
"wdio-visual-regression-service": "^0.5.0",
"webdriverio": "^4.5.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},
"dependencies": {
"backbone": "^1.3.3",
"jquery": "^1.11.0",
"tui-code-snippet": "^1.2.5",
"tui-date-picker": "^3.0.0",
"tui-pagination": "^3.0.0",
"underscore": "^1.8.3"
}
}