-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 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
{
"name": "social-picker-vue",
"version": "1.6.4",
"description": "Frontend client built for Social Picker API – https://github.com/serguun42/Social-Picker-API",
"main": "src/main.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"generate-openapi-types": "ts-to-openapi -f src/types/*",
"generate-openapi-redoc": "redoc-cli bundle public/docs/api.yml -o public/docs/redoc.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serguun42/Social-Picker-Vue.git"
},
"keywords": [
"vue",
"vuejs",
"vue2",
"vuejs2",
"twitter",
"instagram",
"pixiv",
"ugoira",
"reddit",
"youtube-dl",
"yt-dlp",
"osnova",
"dtf",
"tumblr",
"joyreactor",
"coub"
],
"author": "serguun42",
"license": "BSL-1.0",
"bugs": {
"url": "https://github.com/serguun42/Social-Picker-Vue/issues"
},
"homepage": "https://github.com/serguun42/Social-Picker-Vue#readme",
"dependencies": {
"@serguun42/webpack-service-worker-plugin": "^1.1.3",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"core-js": "^3.36.0",
"redoc-cli": "^0.13.21",
"swagger-ui": "^4.19.1",
"v-wave": "^1.5.1",
"vue": "^2.7.16",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.6.2"
},
"devDependencies": {
"ts-to-openapi": "^1.3.0",
"typescript": "^5.3.3"
}
}