-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1001 Bytes
/
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
{
"name": "sprite-smith-loader",
"version": "1.0.5",
"author": "sunft",
"description": "css sprites loader for webpack",
"repository": "https://github.com/sunft1996/sprite-smith-loader",
"homepage": "https://github.com/sunft1996/sprite-smith-loader",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"dependencies": {
"fs": "0.0.1-security",
"loader-utils": "^2.0.0",
"path": "^0.12.7",
"postcss-value-parser": "^4.1.0",
"spritesmith": "^3.4.0",
"walker": "^1.0.7"
},
"license": "MIT",
"devDependencies": {
"css-loader": "^3.5.3",
"eslint": "^7.0.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"keywords": [
"css",
"sprite",
"loader",
"webpack",
"spritesmith"
]
}