-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "v-tcplayer",
"version": "0.0.8",
"main": "dist/index.js",
"files": [
"types",
"dist"
],
"scripts": {
"dev": "poi --serve",
"build": "rollup -c"
},
"typings": "types/index.d.ts",
"description": "Vue component for TCPlayer Lite",
"keywords": [
"Vue",
"TcPlayer",
"TCPlayer Lite"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vonweb/v-tcplayer.git"
},
"homepage": "https://github.com/vonweb/v-tcplayer#readme",
"author": "vonweb",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/poi": "^12.5.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.2",
"eslint": "5.8.0",
"eslint-plugin-vue": "^5.2.3",
"poi": "^12.7.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-vue": "^5.0.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"peerDependencies": {
"vue": "^2.6.10"
}
}