-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "recursive-sound",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@elemaudio/core": "2.1.0",
"@elemaudio/web-renderer": "2.1.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/lodash": "^4.14.195",
"@types/node-osc": "^6.0.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@use-gesture/react": "^10.2.24",
"@webgpu/types": "^0.1.39",
"bignumber.js": "^9.1.1",
"el-vis-audio": "^0.1.89",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"lodash": "^4.17.21",
"next": "13.2.4",
"node-osc": "^8.0.10",
"osc": "^2.4.4",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dat-gui": "^4.1.1",
"react-dom": "18.2.0",
"react-p5": "^1.3.35",
"react-select": "^5.7.0",
"simplify-js": "^1.2.4",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.9",
"transformation-matrix": "^2.15.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@types/styled-components": "^5.1.26",
"eslint-config-prettier": "^8.8.0"
}
}