-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "icon2font",
"version": "1.0.0",
"description": "Figma plugin to export icons to font",
"main": "dist/code.js",
"scripts": {
"build": "webpack",
"start": "webpack --mode development --watch"
},
"author": {
"name": "Abdelhakim RAFIK",
"email": "[email protected]",
"url": "https://www.abdelhakimrafik.com"
},
"license": "MIT",
"dependencies": {
"buffer": "^6.0.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"svg2ttf": "^6.0.3",
"svgicons2svgfont": "^12.0.0",
"ttf2eot": "^3.1.0",
"ttf2woff": "^3.0.0"
},
"devDependencies": {
"@figma/plugin-typings": "*",
"@types/file-saver": "^2.0.5",
"@types/svg2ttf": "^5.0.1",
"@types/svgicons2svgfont": "^10.0.1",
"@types/ttf2eot": "^2.0.0",
"@types/ttf2woff": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"css-loader": "^6.7.1",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"html-webpack-plugin": "^5.5.0",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"react-dev-utils": "^12.0.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "*",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}