-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 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
{
"name": "discussion-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:e2e": "npx playwright test"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/caveat": "^5.0.3",
"@fontsource-variable/open-sans": "^5.0.4",
"@fontsource/open-sans": "^5.0.3",
"@fontsource/raleway": "^5.0.3",
"@fontsource/roboto": "^5.0.3",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"filepond": "^4.30.4",
"filepond-plugin-image-preview": "^4.6.11",
"firebase": "^9.22.2",
"firebase-functions": "^4.4.1",
"framer-motion": "^10.12.16",
"moment": "^2.29.4",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-filepond": "^7.1.2",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.9.0",
"react-infinite-scroll-component": "^6.1.0",
"react-quill": "^2.0.0",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"safe-json-stringify": "^1.2.0",
"typescript": "5.1.3"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/draftjs-to-html": "^0.8.1",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/safe-json-stringify": "^1.1.2",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1"
}
}