-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.97 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
61
62
63
64
65
66
67
68
69
70
{
"name": "cadenza",
"version": "0.1.0",
"description": "A WebXR rhythm game",
"private": true,
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --host 0.0.0.0",
"lint": "eslint --ext .js,.ts src",
"lint:fix": "eslint --ext .js,.ts src --fix",
"format": "prettier --write \"**/*.+(js|ts)\""
},
"repository": {
"type": "git",
"url": "https://github.com/CadenzaVR/cadenza.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CadenzaVR/cadenza/issues"
},
"homepage": "https://cadenzavr.com",
"engines": {
"node": ">=16"
},
"dependencies": {
"@supabase/auth-ui-react": "^0.3.5",
"@supabase/auth-ui-shared": "^0.1.3",
"@supabase/supabase-js": "^2.10.0",
"@tonejs/midi": "github:CadenzaVR/Midi",
"aframe-haptics-component": "^1.6.3",
"axios": "^0.26.0",
"dexie": "^3.0.3",
"hash-wasm": "^4.9.0",
"jsmediatags": "3.9.7",
"jszip": "^3.6.0",
"memfs": "^4.11.1",
"micromodal": "^0.4.6",
"osu-parser-web": "git+https://github.com/oliverfei/osu-parser-web.git",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"smplr": "^0.12.1",
"three": "^0.147.0"
},
"devDependencies": {
"@types/aframe": "^1.2.0",
"@types/audioworklet": "^0.0.52",
"@types/gtag.js": "^0.0.12",
"@types/micromodal": "^0.3.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.146.0",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fast-xml-parser": "^4.3.2",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.7.1",
"source-map-loader": "^3.0.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}