-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 958 Bytes
/
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
{
"name": "large-list",
"version": "0.0.3",
"description": "list container element for performance",
"main": "dist/large-list.cjs.js",
"module": "dist/large-list.esm.js",
"repository": "[email protected]:Forzoom/large-list.git",
"author": "Forzoom",
"license": "MIT",
"typings": "./types/index.d.ts",
"scripts": {
"build": "node build/build.js"
},
"dependencies": {},
"peerDependencies": {
"core-js": "2"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"rollup": "^1.27.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.3",
"typescript": "^3.7.2",
"vue": "^2.6.10",
"vue-property-decorator": "^8.3.0"
}
}