This repository was archived by the owner on Mar 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 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
{
"name": "watchdocs",
"version": "1.0.0",
"description": "Document Management Service for Business",
"keywords": [
"vue",
"nuxt",
"waykichain",
"document-management"
],
"scripts": {
"build": "nuxt build",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"dev": "nuxt",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --ext .js,.vue --fix --ignore-path .gitignore .",
"start": "nuxt start"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.4",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"nuxt": "^2.8.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.1.2",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.2.1",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-nuxt": "^0.4.3",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2",
"push-dir": "^0.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watchdocs/client.git"
},
"contributors": [
"Seungjae Park <astro.psj@gmail.com>",
"SeungHun Han <shhan730@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/watchdocs/client/issues"
},
"homepage": "https://github.com/watchdocs/client#readme",
"private": true
}