-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
{
"name": "libreism-web",
"version": "0.1.0",
"description": "Open Source Server Time Viewer written in C++",
"keywords": [
"vue",
"vue-web",
"server-timestamp",
"server-time"
],
"homepage": "https://github.com/organization/Libreism#readme",
"bugs": {
"url": "https://github.com/organization/Libreism/issues"
},
"license": "Apache-2.0",
"contributors": [
"Seungjae Park <astro.psj@gmail.com>",
"Chansol Park <sorisem4106@naver.com>",
"JellyBrick <shlee1503@naver.com>"
],
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/organization/Libreism.git"
},
"scripts": {
"build": "vue-cli-service build",
"serve": "vue-cli-service serve --port 3447"
},
"dependencies": {
"axios": "^0.27.2",
"caniuse-lite": "^1.0.30001342",
"chokidar": "^3.5.3",
"core-js": "^3.22.7",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"vue-template-compiler": "^2.6.14",
"ansi-regex": "^6.0.1"
},
"private": true,
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}