forked from ecomfe/light-dls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
48
49
50
{
"name": "less-plugin-dls",
"version": "11.6.0",
"description": "Less plugin for Baidu Light DLS.",
"main": "dist/index.js",
"scripts": {
"prepare": "pnpm build",
"test": "node -r esm test/run.js",
"build": "rollup -c && cp src/index.js dist/index.js && node -r esm scripts/vars.js",
"prepublishOnly": "pnpm test"
},
"bin": {
"dls": "bin/dls"
},
"keywords": [
"less",
"plugin",
"baidu",
"dls",
"ecosystem:less"
],
"author": "Justineo ([email protected])",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/light-dls.git"
},
"dependencies": {
"arg": "^4.1.3",
"dls-color-palette": "^0.1.0",
"esm": "^3.2.25",
"fast-glob": "^3.0.4",
"pkg-dir": "^4.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"chalk": "^4.1.2",
"color-converters": "^0.1.1",
"diff": "^4.0.1",
"less": "^3.13.0",
"lodash.camelcase": "^4.3.0",
"lodash.memoize": "^4.1.2",
"postcss": "^8.3.6",
"postcss-values-parser": "^6.0.2",
"reduce-css-calc": "^2.1.6",
"rollup": "^2.26.10",
"strip-css-comments": "^4.0.0"
}
}