-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "shoelace-lit-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -c webpack.config.prod.js",
"start": "webpack serve --config webpack.config.dev.js --progress --profile "
},
"keywords": [
"shoelace",
"lit",
"webpack",
"sass",
"webpack",
"web-awesome"
],
"author": "eviltik <eviltik@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@shoelace-style/shoelace": "2.15.1",
"@vaadin/router": "1.7.5",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.0",
"lit": "3.1.3",
"lit-element": "4.0.5",
"lit-element-router": "2.0.3",
"material-symbols": "0.18.0",
"mini-css-extract-plugin": "2.9.0",
"optimize-css-assets-webpack-plugin": "6.0.1",
"sass": "1.77.2",
"sass-loader": "14.2.1",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-merge": "5.10.0"
}
}