-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "yoms-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3035",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@firebase/auth": "^0.23.2",
"@paypal/react-paypal-js": "^8.1.0",
"@uiw/react-md-editor": "^3.6.0",
"axios": "^1.4.0",
"chakra-react-select": "^4.6.0",
"firebase": "^9.14.0",
"framer-motion": "^10.12.14",
"jspdf": "^2.5.1",
"katex": "^0.16.7",
"moment": "^2.29.4",
"next": "^12.2.5",
"next-remove-imports": "^1.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-icons": "^4.10.1",
"react-router-dom": "^6.12.0",
"rehype-sanitize": "^5.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "18.7.16",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/uuid": "^9.0.2",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.4",
"typescript": "4.8.2"
}
}