-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 813 Bytes
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
{
"private": true,
"scripts": {
"start": "webpack serve --mode development --devtool=eval-source-map",
"build": "webpack --mode production",
"lint": "eslint src"
},
"dependencies": {
"soundbank-reverb": "^1.1.2",
"three": "0.161.0",
"tonal": "^6.0.0",
"web-audio-oscillators": "^2.0.0",
"wrap-index": "^1.1.0"
},
"devDependencies": {
"@types/three": "0.161.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.2",
"eslint": "^8.46.0",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"typescript": "^5.1.6",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}