-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
73 lines (73 loc) · 2.05 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
73
{
"name": "vue-virt-list",
"version": "1.5.5",
"description": "Tiny & Virtual scroll list & Huge amount data & High performance (support vue2.x&vue3.x)",
"author": "keno-lee",
"license": "MIT",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"dev": "vitepress dev docs --host --port=5111",
"build:docs": "vitepress build docs",
"build": "vite build -c ./scripts/build.ts && vue-tsc -p tsconfig.build.json",
"lint": "eslint ./example --ext .vue,.ts,.tsx,.js,.jsx --fix"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"dependencies": {
"vue-demi": "latest"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.18.5",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/repl": "^3.1.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"archiver": "^7.0.1",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"jszip": "^3.10.1",
"markdown-it-container": "^4.0.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.69.5",
"typescript": "~5.2.0",
"vite": "^4.4.11",
"vitepress": "1.0.0-rc.32",
"vitest": "^0.34.6",
"vue": "^3.3.13",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keno-lee/vue-virt-list.git"
},
"bugs": {
"url": "https://github.com/keno-lee/vue-virt-list/issues"
},
"homepage": "https://github.com/keno-lee/vue-virt-list#readme",
"directories": {
"docs": "docs",
"lib": "lib"
}
}