-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"dependencies": {
"@lit/localize": "^0.12.2",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.4",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.2",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1"
},
"name": "ts",
"version": "1.0.0",
"description": "",
"main": "webpack.common.js",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/preset-env": "^7.28.3",
"@lit/localize-tools": "^0.8.0",
"@tailwindcss/postcss": "^4.1.13",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^13.0.1",
"lit": "^3.3.1",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"tailwindcss": "^4.1.13"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"dev": "webpack serve --config webpack.dev.js",
"build:lit": "lit-localize build",
"extract:lit": "lit-localize extract"
},
"keywords": [],
"author": "",
"license": "ISC"
}