-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "kb-dk",
"version": "1.0.0",
"description": "KB web components.",
"engines": {
"node": "^19.6.1"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"@kb-dk/kb-footer": "2.15.0",
"@kb-dk/kb-icon": "2.1.0",
"@kb-dk/kb-style": "^1.4.2",
"@lit/reactive-element": "^1.6.1",
"@nordhealth/components": "^2.16.0",
"@nordhealth/css": "^2.4.1",
"@nordhealth/fonts": "^2.0.15",
"@nordhealth/icons": "^2.0.0",
"clean-webpack-plugin": "^4.0.0",
"lit": "^2.6.1",
"lit-element": "^3.2.2",
"lit-html": "^2.6.1"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^8.0.1",
"sass": "^1.58.2",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"dotenv-webpack": "^8.0.1",
"cross-env": "^7.0.3"
}
}