-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
59 lines (59 loc) · 1.51 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "webpack-iconfont-plugin-nodejs",
"version": "1.0.36",
"description": "Use svg files to build iconfont files(ttf,woff2,woff,eot,svg), css file, js data file and html preview file.",
"license": "MIT",
"repository": {
"type": "https",
"url": "https://github.com/hzsrc/webpack-iconfont-plugin-nodejs"
},
"scripts": {
"build": "node test/web_project/build/build.js",
"dev": "node test/web_project/build/dev-server.js",
"build-font": "node test/nodejs_project/run.js",
"test": "node test/test.js"
},
"keywords": [
"icons",
"font",
"iconfont",
"svg",
"scss",
"webpack",
"plugin"
],
"main": "src/index.js",
"dependencies": {
"async-throttle": "^1.1.0",
"globby": "^11.1.0",
"nodeify": "^1.0.1",
"nunjucks": "^3.2.3",
"svg2ttf": "^6.0.3",
"svgicons2svgfont": "^12.0.0",
"thro-debs": "^1.0.7",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.2",
"ttf2woff2-no-gyp": "^4.0.6"
},
"devDependencies": {
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^6.8.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.4",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"opn": "^6.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "~4.27.1",
"webpack-dev-middleware": "^3.4.0",
"webpack-dev-server": "^4.11.0",
"webpack-hot-middleware": "^2.24.3"
},
"browserslist": [
"IE >= 10"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}