-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.27 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
52
53
54
{
"name": "pktharindu.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "npm run build && vcg --branch=master"
},
"dependencies": {
"aos": "^2.2.0",
"axios": "^0.18.0",
"bootstrap-vue": "^2.0.0-rc.8",
"chart.js": "^2.7.2",
"font-awesome": "^4.7.0",
"vee-validate": "^2.0.8",
"vue": "^2.5.13",
"vue-chartjs": "^3.3.1",
"vue-cli-ghpages": "^1.0.0",
"vue-notification": "^1.3.7",
"vue-observe-visibility": "^0.3.1",
"vue-scrollactive": "^0.6.1",
"vue-typer": "^1.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.7",
"@vue/cli-plugin-eslint": "^3.0.0-beta.7",
"@vue/cli-service": "^3.0.0-beta.7",
"@vue/eslint-config-prettier": "^3.0.0-beta.7",
"lint-staged": "^7.0.5",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.13"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}