-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
{
"name": "audio-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"fix": "vue-cli-service lint --fix",
"postinstall": "npm run build"
},
"dependencies": {
"@angular/common": "^8.2.2",
"@angular/core": "^8.2.2",
"@fortawesome/fontawesome-free": "^5.11.2",
"@halftome/vue-router-mapper": "^1.0.1",
"@mdi/font": "^4.4.95",
"apexcharts": "^3.8.6",
"axios": "^0.19.0",
"buefy": "^0.8.4",
"chart.js": "^2.8.0",
"lodash-es": "^4.17.15",
"ngx-gauge": "^1.0.0-beta.11",
"spotify-web-api-js": "^1.2.0",
"vue": "^2.6.10",
"vue-apexcharts": "^1.5.0",
"vue-async-computed": "^3.7.0",
"vue-backtotop": "^1.6.1",
"vue-chartjs": "^3.4.2",
"vue-infinite-loading": "^2.4.4",
"vue-router": "^3.1.3",
"vue-scrollto": "^2.17.1",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"node-sass": "^4.12.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.3.1",
"vue-cli-plugin-pug": "^1.0.7",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}