forked from nhn/tui.grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.09 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
{
"name": "tui-grid",
"version": "4.1.0",
"description": "TOAST UI Grid : Powerful data grid control supported by TOAST UI",
"main": "dist/tui-grid.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode=production & webpack --mode=production --minify && node tsBannerGenerator.ts",
"test": "cypress open --env mode=development",
"test:ci": "cypress run",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"ts2js": "tsc --outDir tmpdoc --sourceMap false --target ES2015",
"doc:dev": "npm run ts2js && tuidoc --dev",
"doc": "npm run ts2js && tuidoc"
},
"repository": {
"type": "git",
"url": "https://github.com/nhn/tui.grid"
},
"keywords": [
"nhn",
"tui",
"application",
"grid",
"tui-grid"
],
"files": [
"dist",
"index.d.ts"
],
"author": "NHN. FE Development Lab",
"license": "MIT",
"devDependencies": {
"@cypress/watch-preprocessor": "^1.0.0",
"@cypress/webpack-preprocessor": "^4.0.3",
"@storybook/addon-knobs": "^5.1.0-alpha.40",
"@storybook/html": "^5.1.0-alpha.40",
"@types/node": "^12.0.0",
"@types/webpack-env": "^1.13.8",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"awesome-typescript-loader": "^5.2.1",
"core-js": "^3.0.1",
"css-loader": "^2.1.1",
"cypress": "^3.4.0",
"cypress-promise": "^1.0.2",
"eslint": "^5.15.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-tui": "^2.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^1.16.4",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"typescript": "^3.4.5",
"utility-types": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"preact": "^8.4.2",
"tui-pagination": "^3.3.2",
"tui-date-picker": "^3.3.3"
}
}