-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "list-repos",
"description": "Show Your All GitHub Repositories",
"private": true,
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"author": "Neo <[email protected]> (https://neos21.net/)",
"license": "MIT",
"homepage": "https://github.com/Neos21/list-repos#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Neos21/list-repos.git"
},
"bugs": {
"url": "https://github.com/Neos21/list-repos/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Neos21"
},
"dependencies": {
"core-js": "3.6.5",
"vue": "2.6.11",
"vue-class-component": "7.2.3",
"vue-property-decorator": "8.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-plugin-typescript": "4.4.6",
"@vue/cli-service": "4.4.6",
"typescript": "3.9.6",
"vue-template-compiler": "2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}