-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "chain-css-loader",
"version": "1.1.4",
"description": "Easy to use stylus less or sass in umi or create-react-app.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest --detectOpenHandles --config jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengxinming/chain-css-loader.git"
},
"keywords": [
"webpack",
"webpack-chain",
"loader",
"css",
"stylus",
"less",
"sass",
"postcss",
"umi",
"create-react-app"
],
"author": "Jesse Feng",
"license": "MIT",
"bugs": {
"url": "https://github.com/fengxinming/chain-css-loader/issues"
},
"homepage": "https://github.com/fengxinming/chain-css-loader#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
"lodash": "^4.17.15"
}
}