-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.69 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
59
60
{
"name": "imagine-symphony-live",
"version": "1.0.0",
"description": "A musical project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:parse-score": "nodejs -r esm ./src/score-parse ./src/tracks/main/score.xml ./src/tracks/main/score-export.json",
"build": "npx webpack",
"build:clean": "rm -rf ./dist",
"watch": "npx webpack --env.watch"
},
"appConfig": {
"title": "Imagine Symphony Live",
"distDirectory": "./dist/"
},
"repository": {
"type": "git",
"url": "[email protected]:DustinWoods/imagine-symphony-live.git "
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/DustinWoods/imagine-symphony-live/issues"
},
"homepage": "https://imaginesymphony.live",
"devDependencies": {
"@types/howler": "^2.1.2",
"@types/tween.js": "^17.2.0",
"awesome-typescript-loader": "^5.2.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"canvas": "^2.6.1",
"canvg": "^3.0.6",
"cheerio": "^1.0.0-rc.3",
"crimson-progressbar": "^1.3.0",
"css-loader": "^3.1.0",
"esm": "^3.2.25",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-fetch": "^2.6.0",
"svg-path-to-polygons": "^0.1.0",
"typescript": "^3.7.4",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"xmldom": "^0.3.0"
},
"dependencies": {
"@tweenjs/tween.js": "^17.4.0",
"click-track": "^0.4.0",
"howler": "^2.1.2",
"pixi-particles": "^4.2.0",
"pixi-viewport": "^4.2.0",
"pixi.js": "^5.1.6",
"ste-events": "^1.6.4"
}
}