-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "@kor-ui/kor",
"version": "1.11.3",
"description": "Web components library containing lightweight, ready-to-use and framework-agnostic User Interface elements.",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js",
"build": "webpack --config webpack.dev.config.js && npm run analyze",
"analyze": "wca analyze 'components/**/kor-*.ts' --outFile custom-elements.json",
"publish": "npm run build && lerna publish",
"format": "prettier --write --single-quote components/*/kor-*"
},
"author": "Eduardo Ferreira",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^5.1.2",
"html-webpack-plugin": "^3.2.0",
"lerna": "^3.22.0",
"terser-webpack-plugin": "^2.3.8",
"ts-loader": "^6.2.2",
"typescript": "^3.9.9",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"homepage": "https://kor-ui.com",
"repository": {
"type": "git",
"url": "https://github.com/kor-ui/kor.git"
},
"keywords": [
"design system",
"ui",
"ux",
"litElement",
"design",
"webcomponents",
"baukasten"
],
"gitHead": "b0ae13e43894b4a4afd5b47aca9bd72026fac89a",
"dependencies": {
"lit": "^2.0.0-rc.2"
}
}