forked from HenryNguyen5/spotify-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "spotify-viz",
"version": "1.2.1",
"description": "Create realtime audio-reactive visuals, powered by Spotify.",
"scripts": {
"start": "node ./server/index.js",
"serve": "concurrently \"node ./server/index.js\" \"webpack-dev-server --config ./webpack/dev.js\"",
"build": "webpack --config ./webpack/prod.js"
},
"keywords": [
"spotify",
"echo nest",
"visualizer",
"visualization",
"canvas",
"javascript",
"es6",
"html5"
],
"author": "Zach Winter",
"license": "MIT",
"dependencies": {
"compression": "^1.7.4",
"cookie-parser": "^1.4.3",
"d3-array": "^2.2.0",
"d3-color": "^1.2.3",
"d3-interpolate": "^1.3.2",
"d3-scale": "^3.0.0",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-history-api-fallback": "^2.2.1",
"querystring": "^0.2.0",
"regenerator-runtime": "^0.13.2",
"request": "^2.88.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"concurrently": "^4.1.0",
"css-loader": "^3.0.0",
"html-inline-css-webpack-plugin": "^1.4.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.3",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
}
}