forked from ekoeryanto/apek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.8 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
{
"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": "vuepress dev docs",
"watch": "run-p start cms",
"cms": "webpack -w",
"clean": "rimraf node_modules/vuepress/node_modules/.cache/",
"build:docs": "vuepress build docs",
"build:cms": "webpack --mode=production",
"build": "run-p build:*",
"postbuild": "run-p copycms sitemap serverpush",
"copycms": "cpr dist docs/.vuepress/dist/admin -o",
"sitemap": "node -r esm ./scripts/sitemap.js",
"serverpush": "node ./scripts/serverpush.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"dependencies": {
"@pake/react-color": "^3.0.0",
"esm": "^3.0.82",
"netlify-cms": "^2.0.11",
"netlify-cms-widget-material-icons": "^4.0.3",
"netlify-cms-widget-native-color": "^3.0.0",
"netlify-identity-widget": "^1.4.14",
"sitemap": "^2.0.1",
"vue-recaptcha": "^1.1.1",
"vue-script2": "^2.0.3",
"vuepress": "^0.14.2",
"vuera": "^0.2.2",
"vuetify": "^1.2.0"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-plugin-transform-imports": "^1.5.0",
"cpr": "^3.0.1",
"eslint": "^5.5.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"github-markdown-css": "^2.10.0",
"imagemin-lint-staged": "^0.3.0",
"lint-staged": "^7.0.4",
"npm-run-all": "^4.1.3",
"prettier": "^1.14.2",
"sharp": "^0.20.7",
"to-string-loader": "^1.1.5",
"vuetify-loader": "^0.2.0",
"webpack-cli": "^3.1.0",
"yorkie": "^2.0.0"
}
}