-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "seeing-music",
"version": "1.0.0",
"description": "Creatability's Seeing Music experiment.",
"scripts": {
"watch": "webpack -w --env.development",
"build": "webpack",
"start": "npm run build && http-server"
},
"repository": {
"type": "git",
"url": "https://github.com/googlecreativelab/creatability-seeing-music"
},
"author": "Yotam Mann ([email protected])",
"license": "GPL-3",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"@magenta/music": "^1.2.2",
"@tweenjs/tween.js": "^17.2.0",
"@webcomponents/webcomponentsjs": "^2.2.7",
"autoprefixer": "^9.1.3",
"autoprefixer-loader": "^3.2.0",
"babel-loader": "^8.0.0",
"chroma-js": "^1.3.7",
"core-js": "^2.5.7",
"css-loader": "^1.0.0",
"detect-browser": "^3.0.1",
"drag-drop": "^4.2.0",
"exports-loader": "^0.7.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"imports-loader": "^0.8.0",
"lit-html": "^0.11.4",
"meyda": "^4.1.3",
"node-sass": "^4.11.0",
"pitchfinder": "^2.0.9",
"postcss-loader": "^3.0.0",
"promise-file-reader": "^1.0.2",
"sass-loader": "^7.1.0",
"string-to-dom": "^0.1.5",
"style-loader": "^0.23.0",
"tone": "^13.3.10",
"uglify-js": "^3.4.9",
"unmute": "0.0.14",
"url-loader": "^1.1.1",
"webmidi": "^2.2.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"whatwg-fetch": "^2.0.4"
},
"dependencies": {}
}