-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "lightningcss-loader",
"version": "3.0.1",
"main": "dist/index.js",
"description": "Speed up your Webpack build with lightningcss",
"keywords": [
"css-loader",
"lightningcss",
"lightningcss-loader",
"parcel",
"webpack-loader",
"webpack-css-minifier"
],
"homepage": "https://github.com/fz6m/lightningcss-loader#README",
"repository": {
"type": "git",
"url": "https://github.com/fz6m/lightningcss-loader"
},
"license": "MIT",
"author": "fz6m",
"files": [
"dist"
],
"scripts": {
"dev": "tsc --watch",
"build": "rimraf dist && tsc",
"prepare": "husky install",
"prepublishOnly": "pnpm check && pnpm build",
"push": "npm_config_registry=https://registry.npmjs.com/ npm publish",
"check": "tsc --noEmit"
},
"dependencies": {
"browserslist": "^4.28.2",
"lightningcss": "^1.32.0",
"webpack-sources": "^3.3.4"
},
"devDependencies": {
"@types/webpack-sources": "^3.2.3",
"commit-verify": "^1.0.3",
"eslint": "^9.19.0",
"eslint-plugin-sakina": "^6.1.0",
"husky": "^8.0.1",
"rimraf": "^3.0.2",
"tapable": "^2.2.1",
"typescript": "^5.7.3",
"webpack": "^5.105.4"
},
"peerDependencies": {
"webpack": ">=5"
},
"packageManager": "pnpm@10.32.1"
}