-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.26 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
{
"name": "haipit-js",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@types/vue": "^2.0.0",
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-typescript": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"axios": "^0.18",
"bootstrap": "^4.2.1",
"bootstrap-vue": "^2.0.0-rc.11",
"font-awesome": "^4.7.0",
"moment": "^2.23.0",
"node-sass": "^4.11.0",
"path": "^0.12.7",
"sass-loader": "^7.1.0",
"striptags": "^3.1.1",
"typescript": "^3.2.2",
"ubuntu-fontface": "^0.1.13",
"vue": "^2.5.21",
"vue-analytics": "^5.16.1",
"vue-animate": "0.0.4",
"vue-axios": "^2.1.3",
"vue-class-component": "^6.3.2",
"vue-content-placeholders": "^0.2.1",
"vue-infinite-loading": "^2.4.3",
"vue-lazyload": "^1.2.6",
"vue-matomo": "^0.1.11",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.2",
"vue-shortkey": "^3.1.6",
"vue-template-compiler": "^2.5.21",
"vuejs-paginate": "^2.1.0",
"vuex": "^3.0.1"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}