UNPKG

tui-grid

Version:

TOAST UI Grid : Powerful data grid control supported by TOAST UI

94 lines (93 loc) 3.12 kB
{ "name": "tui-grid", "version": "3.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", "test:types": "tsc --project test/types", "sshot:clean": "del screenshots/diff screenshots/screen", "sshot:cleanRef": "del screenshots/reference", "bundle": "npm run bundle:normal & npm run bundle:combine & npm run bundle:full && node tsBannerGenerator.js", "bundle:normal": "webpack --production & webpack --production --minify", "bundle:combine": "webpack --production --combine & webpack --production --combine --minify", "bundle:full": "webpack --production --full & webpack --production --full --minify", "tslint": "tslint index.d.ts", "doc:dev" : "tuidoc --dev", "doc" : "tuidoc" }, "repository": { "type": "git", "url": "https://github.com/nhnent/tui.grid" }, "keywords": [ "nhn", "nhnent", "tui", "application", "grid", "tui-grid" ], "author": "NHN. 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", "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", "tslint": "^5.12.0", "typescript": "^3.2.2", "url-loader": "^0.5.7", "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": { "@types/jquery": "^3.3.29", "backbone": "^1.3.3", "jquery": "^1.11.0", "tui-code-snippet": "^1.5.0", "tui-date-picker": "^3.2.1", "tui-pagination": "^3.3.0", "underscore": "^1.8.3" } }