forked from uilab-kaist/uilab-kaist.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 Bytes
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
{
"name": "uilab-github.github.io",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && sh setup-dist.sh",
"lint": "vue-cli-service lint"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"core-js": "^2.6.5",
"uilab-logo.js": "git+https://github.com/uilab-github/uilab-logo.js.git#^1.2.0",
"vue": "^2.6.10",
"vue-loading-overlay": "^3.2.0",
"vue-markdown": "^2.2.4",
"vue-router": "^3.0.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
}
}