-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.75 KB
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
{
"name": "youtube-comment-picker",
"productName": "Youtube Comment Picker V3",
"description": "Use it to choose from giveaway winner YouTube video comments.",
"version": "3.0.0",
"private": false,
"author": {
"name": "Jeevan Lal",
"email": "jeevan15498@gmail.com",
"url": "https://jeevan15498.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/ctechhindi/YouTube-Comment-Picker.git"
},
"bugs": {
"url": "https://github.com/ctechhindi/YouTube-Comment-Picker/issues"
},
"homepage": "https://yt-rcp.netlify.app",
"license": "MIT",
"copyright": "C Tech Hindi",
"copyrightURL": "http://ctechhindi.in/",
"keywords": [
"youtube",
"youtube-comment-picker"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"axios": "^0.19.2",
"buefy": "^0.8.15",
"core-js": "^3.6.4",
"dexie": "^2.0.1",
"downloadjs": "^1.4.7",
"lodash": "^4.17.15",
"numeral": "^2.0.6",
"random-js": "^2.1.0",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-clipboards": "^1.3.0",
"vue-meta": "^2.3.3",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.1.6",
"vue-social-sharing": "^2.4.7",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-pwa": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
}
}