forked from antfu-collective/icones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·72 lines (72 loc) · 1.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "icones",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/icones.git"
},
"bugs": {
"url": "https://github.com/antfu/icones/issues"
},
"scripts": {
"postinstall": "esno scripts/prepare.ts",
"prebuild": "esno scripts/prebuild.ts",
"postbuild": "esno scripts/postbuild.ts",
"lint": "eslint .",
"dev": "vite --port 3333 --open",
"typecheck": "vue-tsc --noEmit",
"dev:electron": "npm -C ./electron run dev",
"build": "cross-env NODE_ENV=production vite build",
"build:electron": "cross-env NODE_ENV=production npm -C ./electron run build"
},
"dependencies": {
"@antfu/utils": "^0.5.2",
"@vueuse/core": "^9.1.0",
"copy-text-to-clipboard": "^3.0.1",
"dexie": "^3.2.2",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"hotkeys-js": "^3.9.4",
"iconify-icon": "1.0.0-beta.2",
"vue": "3.2.37",
"vue-chemistry": "^0.2.2",
"vue-router": "4.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
"@iconify/json": "^2.1.92",
"@purge-icons/generated": "^0.9.0",
"@types/file-saver": "^2.0.5",
"@types/fs-extra": "^9.0.13",
"@vitejs/plugin-vue": "^3.0.3",
"cross-env": "^7.0.3",
"dayjs": "^1.11.5",
"eslint": "^8.21.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"jszip": "^3.10.1",
"pnpm": "^7.9.0",
"svg-packer": "^0.0.3",
"typescript": "^4.7.4",
"unocss": "^0.45.6",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.7",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-purge-icons": "^0.9.0",
"vite-plugin-pwa": "^0.12.3",
"vue-tsc": "^0.40.1"
},
"pnpm": {
"neverBuiltDependencies": [
"electron",
"electron-builder"
]
}
}