-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
{
"name": "howdyjs",
"version": "2.0.0",
"description": "A universal component packages of javascript plugins or tools",
"author": {
"name": "leon-kfd",
"email": "[email protected]"
},
"keywords": [
"javascript",
"vue",
"vue directive",
"vite",
"img zoom",
"mouse menu",
"drag"
],
"licence": "MIT",
"scripts": {
"backup-package-json": "node ./scripts/set-mode --mode=dev",
"reset-package-json": "node ./scripts/set-mode",
"bootstrap": "lerna bootstrap",
"build:lib": "node ./scripts/build-lib",
"vue-to-md": "node ./scripts/vue-to-md.js",
"example": "npm run vue-to-md && vite",
"build": "npm run vue-to-md && vite build",
"example:hash": "npm run vue-to-md && cross-env VITE_ROUTER_MODE=hash vite",
"build:hash": "npm run vue-to-md && cross-env VITE_ROUTER_MODE=hash vite build",
"publish": "lerna publish"
},
"dependencies": {
"animate.css": "^4.1.1",
"highlight.js": "^10.5.0",
"marked": "^4.0.10",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@types/marked": "^1.2.2",
"@vitejs/plugin-vue": "^4.4.0",
"cross-env": "^7.0.3",
"esbuild": "^0.19.5",
"glob": "^10.3.10",
"lerna": "^3.22.1",
"rimraf": "^5.0.5",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.68.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"zlib": "^1.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/leon-kfd/howdyjs"
}
}