forked from aaroniker/figma-icns-ico-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 917 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
{
"name": "figma-icns-ico-generator",
"version": "1.0.0",
"description": "Generate .icns / .ico files directly from Figma.",
"main": "code.js",
"scripts": {
"dev": "npx webpack --mode=development --watch",
"build": "npx webpack --mode=production"
},
"repository": {
"type": "git",
"url": "https://github.com/aaroniker/figma-icns-ico-generator.git"
},
"author": "Aaron Iker",
"license": "MIT",
"devDependencies": {
"css-loader": "^3.2.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"@types/node": "^12.7.1",
"jquery": "^3.4.1"
}
}