-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.77 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": "XXX",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4269",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/epilogue": "^5.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@reduxjs/toolkit": "^1.9.7",
"@xstate/react": "^3.2.2",
"axios": "^1.5.1",
"bootstrap": "^5.3.2",
"bun-types": "^1.0.5-canary.20231009T140142",
"classnames": "^2.3.2",
"cookies-next": "^4.0.0",
"crypto-random-string": "^5.0.0",
"daisyui": "^3.9.2",
"dotenv": "^16.3.1",
"firebase": "^10.4.0",
"firebase-admin": "^11.11.0",
"jsonwebtoken": "^9.0.2",
"next": "13.5.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.10.1",
"react-loader-spinner": "^5.3.4",
"react-mdr": "^0.1.4",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3",
"reactjs-popup": "^2.0.5",
"redux": "^4.2.1",
"sass": "^1.69.0",
"semver": "^7.5.4",
"usehooks-ts": "^2.9.1",
"xstate": "^4.38.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.3",
"@types/react": "18.2.27",
"@types/react-dom": "18.2.12",
"@types/three": "^0.156.0",
"autoprefixer": "^10.4.16",
"encoding": "^0.1.13",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
}