forked from AmakrushAI/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.27 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
71
72
73
{
"name": "next-uci-web-channel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@magicbell/magicbell-react": "^8.5.3",
"@nextui-org/react": "^1.0.0-beta.12",
"@storybook/react": "^6.5.9",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^25.2.3",
"@types/node": "^12.20.46",
"@types/react": "^18.0.28",
"@types/react-dom": "^16.9.14",
"bootstrap": "^5.1.3",
"framer-motion": "^6.3.15",
"jsonwebtoken": "^8.5.1",
"next": "12.1.6",
"react": "18.2.0",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-bootstrap": "^2.4.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-font-size-changer": "^0.2.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-toastify": "^9.0.5",
"socket.io-client": "^4.5.1",
"typescript": "^4.9.3",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@cypress/react": "^5.12.5",
"@cypress/webpack-dev-server": "^1.8.4",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/node-logger": "^6.4.19",
"@storybook/preset-create-react-app": "^4.0.1",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@types/node": "18.0.0",
"@types/react": "^16.14.23",
"@types/react-alert": "^7.0.2",
"@types/react-dom": "18.0.5",
"cypress": "^9.7.0",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"prettier": "^2.5.1",
"typescript": "4.7.4",
"webpack": "^5.69.1",
"webpack-dev-server": "^4.9.0"
}
}