-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.81 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
{
"name": "parasolo",
"private": true,
"description": "Client for parasolo",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://github.com/mad-ang/momstown-client"
},
"keywords": [],
"author": "parasolo",
"license": "ISC",
"bugs": {
"url": "https://github.com/mad-ang/momstown-client/issues"
},
"homepage": "https://github.com/mad-ang/momstown-client#readme",
"dependencies": {
"@aws-sdk/types": "^3.226.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.6.4",
"@mui/styled-engine-sc": "^5.6.1",
"@paypal/react-paypal-js": "^7.8.2",
"@reduxjs/toolkit": "^1.6.1",
"@vitejs/plugin-react": "^2.0.1",
"aws-amplify": "^5.0.10",
"aws-sdk": "^2.1295.0",
"axios": "^1.2.2",
"babel-plugin-styled-components": "^2.0.7",
"colyseus.js": "^0.14.13",
"emoji-mart": "^3.0.1",
"peerjs": "^1.3.2",
"phaser": "^3.55.2",
"react": "^18.2.0",
"react-chat-ui": "^0.4.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-redux": "^7.2.5",
"react-router-dom": "^6.6.1",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"sass": "^1.42.1",
"socket.io-client": "^4.5.4",
"styled-components": "^5.3.5",
"swiper": "^8.1.4",
"universal-cookie": "^4.0.4",
"vite": "^3.0.9"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^12.20.27",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"typescript": "^4.8.2"
}
}