-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 898 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
{
"name": "android-vector-drawable-figma",
"version": "2.0.0",
"description": "Figma plugin for export Android vector drawable.",
"main": "code.js",
"scripts": {
"watch": "npx webpack --mode=development --watch",
"publish": "npx webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ashung/android-vector-drawable-figma.git"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@figma/plugin-typings": "^1.40.0",
"css-loader": "^3.4.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.1.2",
"ts-loader": "^6.2.1",
"typescript": "^4.5.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"clipboard": "^2.0.4",
"highlight.js": "^11.4.0",
"svg2vectordrawable": "^2.8.3"
}
}