-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.57 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
{
"name": "vue3-seven-segment-display",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/bh-lay/vue3-seven-segment-display.git"
},
"bugs": {
"url": "https://github.com/bh-lay/vue-tab-router/issues"
},
"keywords": [
"seven segment display",
"vue3"
],
"homepage": "https://bh-lay.github.io/vue3-seven-segment-display/",
"scripts": {
"dev": "vite",
"build": "npm run type-check && npm run build-lib-only && npm run build-docs-only",
"build-lib": "npm run type-check && npm run build-lib-only",
"build-docs": "npm run type-check && npm run build-docs-only",
"build-lib-only": "vite build --config vite.config.lib.ts",
"build-docs-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"highlight.js": "^11.7.0",
"highlightjs-vue": "^1.0.0",
"less": "^4.1.3",
"marked": "^4.2.12",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
"vite": "^4.0.0",
"vite-plugin-dts": "^2.0.2",
"vite-plugin-style-inject": "0.0.1",
"vue": "^3.2.45",
"vue-tsc": "^1.0.12"
},
"main": "dist/lib.umd.js",
"module": "dist/lib.mjs",
"types": "dist/index.d.ts"
}