-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
56 lines (56 loc) · 1.68 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
{
"name": "vue3-virtual-scroll-list",
"version": "0.2.1",
"description": "A vue3 component support big amount data list with high scroll performance.",
"main": "dist/index.js",
"scripts": {
"build:dev": "cross-env mode=development rollup -c rollup.config.js -w",
"build": "cross-env mode=production rollup -c rollup.config.js",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactjser/vue3-virtual-scroll-list.git"
},
"keywords": [
"vue3",
"big-data",
"big-list",
"scroll-list",
"virtual-list"
],
"author": "reactjser",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactjser/vue3-virtual-scroll-list/issues"
},
"homepage": "https://github.com/reactjser/vue3-virtual-scroll-list#readme",
"peerDependencies": {
"vue": ">=3.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.16.0",
"husky": "^7.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"rollup": "^2.56.2",
"typescript": "^4.3.5",
"vue": "^3.2.2"
}
}