-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
{
"name": "material-icons-figma-plugin",
"description": "Material Icons for Figma",
"version": "0.0.1",
"author": {
"name": "Okinea Dev",
"url": "https://okinea.dev"
},
"bugs": {
"url": "https://github.com/okineadev/material-icons-figma-plugin/issues"
},
"keywords": ["cli", "nodejs", "terminal", "tui", "project-info"],
"repository": {
"type": "git",
"url": "git+https://github.com/okineadev/material-icons-figma-plugin"
},
"homepage": "https://github.com/okineadev/material-icons-figma-plugin",
"funding": "https://github.com/okineadev/material-icons-figma-plugin?sponsor=1",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"watch": "bun run build --watch",
"bundle-icons": "bun scripts/bundleIcons.ts",
"build": "rimraf dist && bun run bundle-icons && plugma build",
"lint": "biome check --fix",
"preversion": "bun run format && git add .",
"format": "biome format --write",
"prepare": "husky",
"test": "vitest",
"package": ""
},
"dependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@figma/plugin-typings": "^1.107.0-beta.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"bun-types": "^1.2.0",
"changelogen": "^0.5.7",
"figcd": "^0.0.16",
"husky": "^9.1.7",
"lint-staged": "^15.4.2",
"material-icon-theme": "^5.18.0",
"plugma": "^1.2.7",
"rimraf": "^6.0.1",
"sass-embedded": "^1.83.4",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.4"
},
"trustedDependencies": ["@biomejs/biome"]
}