forked from danieldiekmeier/spotify-latest-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.19 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": "spotify-releases",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"webpack:serve": "webpack-dev-server --hot",
"build": "rm -rf ./dist && NODE_ENV=production webpack -p"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 3 versions",
"ie >= 10"
]
}
}
]
]
},
"dependencies": {
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babili-webpack-plugin": "^0.0.11",
"bluebird": "^3.5.0",
"compression-webpack-plugin": "^0.4.0",
"css-loader": "^0.28.1",
"html-webpack-plugin": "^2.28.0",
"koa": "^2.2.0",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"qs": "^6.4.0",
"rupture": "^0.6.2",
"spotify-web-api-node": "^2.4.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue": "^2.3.2",
"vue-loader": "^12.0.3",
"vue-template-compiler": "^2.3.2",
"webpack": "^2.5.0",
"webpack-dev-server": "^2.4.5"
}
}