-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "postcss-assets-urls",
"version": "0.1.1",
"description": "Postcss plugin for uploads local images to the CDN.",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"postcss-assets-urls"
],
"scripts": {
"test": "jest && eslint *.js"
},
"author": "jerexyz <[email protected]>",
"license": "MIT",
"repository": "[email protected]:jerexyz/postcss-assets-urls.git",
"bugs": {
"url": "https://github.com/jerexyz/postcss-assets-urls/issues"
},
"homepage": "https://github.com/jerexyz/postcss-assets-urls",
"dependencies": {
"ali-oss": "^6.0.2",
"md5-file": "^4.0.0",
"postcss": "^7.0.6",
"qiniu": "^7.2.1"
},
"devDependencies": {
"@logux/eslint-config": "^27.0.0",
"eslint": "^5.10.0",
"eslint-config-postcss": "^3.0.7",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-es5": "^1.3.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prefer-let": "^1.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0"
},
"eslintConfig": {
"extends": "eslint-config-postcss"
},
"jest": {
"testEnvironment": "node"
}
}