-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.91 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "apek",
"version": "1.0.0",
"description": "Asosiasi Pengusaha Engineering Karawang",
"author": {
"email": "ekoeryanto@gmail.com",
"name": "Eko Eryanto"
},
"repository": {
"type": "git",
"url": "https://github.com/ekoeryanto/apek.git"
},
"scripts": {
"start": "nuxt",
"build": "nuxt build",
"serve": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"prettier --ignore-path .gitignore --parser vue --single-quote --trailing-comma es5 --write",
"eslint --ignore-path .gitignore --fix",
"git add"
],
"*.{png,jpeg,jpg,gif,svg}": [
"git add",
"imagemin-lint-staged",
"git add"
]
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/free-brands-svg-icons": "^5.2.0",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.0",
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^2.0.8",
"@nuxtjs/sitemap": "~0.1.0",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-imports": "^1.5.0",
"cp": "^0.2.0",
"crawler-user-agents": "0.0.1",
"cross-env": "^5.0.1",
"es6-promise": "^4.2.4",
"eslint": "^4.15.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.0.0",
"github-markdown-css": "^2.10.0",
"husky": "^0.14.3",
"imagemin-lint-staged": "^0.3.0",
"lint-staged": "^7.0.4",
"marked": "^0.4.0",
"material-icons": "^0.2.1",
"nuxt-edge": "latest",
"nuxt-fontawesome": "^0.3.0",
"prettier": "^1.12.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-recaptcha": "^1.1.0",
"vuetify": "^1.2.0-beta.0",
"vuetify-loader": "^0.2.0"
}
}