forked from ecomfe/light-dls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "light-dls",
"version": "0.0.0",
"description": "Tooling for Baidu Light DLS.",
"main": "dist/index.js",
"scripts": {
"install": "lerna bootstrap",
"test": "lerna run test",
"build": "lerna run build",
"prepublishOnly": "lerna run test"
},
"keywords": [
"less",
"plugin",
"baidu",
"dls",
"ecosystem:less"
],
"author": "Justineo (justice360@gmail.com)",
"license": "MIT",
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/less-plugin-dls.git"
},
"dependencies": {},
"devDependencies": {
"@prettier/plugin-xml": "^0.12.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"lerna": "^3.22.1",
"prettier": "^2.1.1",
"stylelint": "^13.7.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0"
}
}