-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
{
"name": "tui-color-picker",
"version": "2.2.8",
"main": "dist/tui-color-picker.js",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"bundle": "webpack --mode=production & webpack --mode=production --minify",
"serve": "webpack-dev-server --inline --hot -d",
"doc:serve": "tuidoc --serv",
"doc": "tuidoc",
"note": "tui-note"
},
"description": "TOAST UI Components: Color Picker",
"repository": {
"type": "git",
"url": "https://github.com/nhn/tui.color-picker.git"
},
"keywords": [
"nhn",
"tui",
"component",
"color",
"picker",
"svgvml",
"nhn cloud"
],
"author": "NHN Cloud FE Development Team <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@toast-ui/release-notes": "^2.0.1",
"babel-eslint": "^7.1.0",
"babel-loader": "^8.0.6",
"css-loader": "^0.28.7",
"eslint": "^5.12.0",
"eslint-config-prettier": "^6.2.0",
"eslint-config-tui": "^2.2.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^27.0.4",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.18.2",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"terser-webpack-plugin": "^2.3.0",
"tui-code-snippet": "^2.2.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
}
}