forked from SingingRunner/singing-runner-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.78 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/gapi": "^0.0.44",
"@types/gapi.auth2": "^0.0.57",
"@types/uuid": "^9.0.2",
"agora-rtc-sdk-ng": "^4.18.0",
"apollo-upload-client": "^17.0.0",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"gapi-client": "^0.0.3",
"graphql": "^16.6.0",
"graphql-request": "^6.1.0",
"gsap": "^3.12.1",
"howler": "^2.2.3",
"lodash": "^4.17.21",
"next": "12.1.0",
"next-pwa": "^5.6.0",
"pitchfinder": "^2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draggable": "^4.4.5",
"react-google-login": "^5.2.2",
"react-infinite-scroller": "^1.2.6",
"recoil": "^0.7.7",
"socket.io-client": "^4.6.2",
"three": "^0.153.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@types/howler": "^2.2.7",
"@types/lodash": "^4.14.195",
"@types/node": "17.0.2",
"@types/react": "17.0.2",
"@types/react-infinite-scroller": "^1.2.3",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.5",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"next-compose-plugins": "^2.2.1",
"prettier": "2.8.8",
"typescript": "^5.1.3"
}
}