-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.55 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
{
"name": "spotify-audio-features",
"version": "1.2.0",
"description": "View Spotify content's Audio Features and find smarter recommendations",
"private": true,
"browserslist": [
"last 2 versions",
"> 0.5%",
"not dead"
],
"main": "src/js/app.js",
"scripts": {
"serve": "gulp serve",
"compile": "gulp compile",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anoesj/spotify-audio-features.git"
},
"author": "Anoesj Sadraee",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anoesj/spotify-audio-features/issues"
},
"homepage": "https://github.com/Anoesj/spotify-audio-features#readme",
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"browser-sync": "^2.26.7",
"chalk": "^2.4.2",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"path": "^0.12.7",
"require-dir": "^1.2.0",
"rollup": "^1.27.8",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-uglify": "^6.0.3",
"rollup-stream": "^1.24.1",
"vue": "^2.6.10"
},
"dependencies": {
"gulp-gh-pages": "^0.5.4",
"spotify-web-api-js": "^1.2.0",
"vue-js-modal": "^1.3.31",
"vue-multiselect": "^2.1.6",
"vue-range-component": "github:Anoesj/vue-range-slider",
"vuex": "^3.1.2"
}
}