-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.3 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
{
"name": "svg-sprite-extract-plugin",
"version": "0.1.1",
"description": "Webpack plugin for extracting SVG and creating sprites",
"main": "./index.js",
"scripts": {
"eslint": "eslint --config ./node_modules/dx-lint/.eslintrc --ext .js ./src",
"build:example": "node ./example/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devex-web-frontend/svg-sprite-extract-plugin.git"
},
"author": "vepanimas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devex-web-frontend/svg-sprite-extract-plugin/issues"
},
"homepage": "https://github.com/devex-web-frontend/svg-sprite-extract-plugin#readme",
"dependencies": {
"cheerio": "^0.20.0",
"loader-utils": "^0.2.15",
"webpack-sources": "^0.1.2"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"dx-lint": "github:devex-web-frontend/dx-lint",
"eslint": "~2.13.1",
"eslint-plugin-babel": "~3.3.0",
"html-webpack-plugin": "^2.22.0",
"webpack": "^1.13.1",
"webpack-browser-plugin": "^1.0.12"
}
}