generated from mathe42/template-vite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 879 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
35
{
"name": "vite-plugin-mdi-icons",
"version": "0.0.1",
"description": "Replace mdi-strings with svg-path",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/EC-Nordbund/vite-plugin-mdi-icons.git"
},
"homepage": "https://github.com/EC-Nordbund/vite-plugin-mdi-icons#readme",
"bugs": {
"url": "https://github.com/EC-Nordbund/vite-plugin-mdi-icons/issues"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@mdi/js": "7.0.96",
"@types/node": "16.11.17",
"typescript": "4.5.4",
"vite": "2.7.10"
},
"peerDependencies": {
"@mdi/js": "7"
},
"author": "Sebastian Krüger (@mathe42)",
"license": "MIT",
"dependencies": {
"@rollup/pluginutils": "4.2.1",
"magic-string": "0.26.5"
}
}