forked from resuminator/resuminator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.19 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
{
"name": "resuminator-next",
"version": "2.1.7",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@chakra-ui/react": "^1.6.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.2.2",
"@fontsource/lora": "^4.4.2",
"@fontsource/manrope": "^4.2.2",
"@fontsource/nunito": "^4.4.2",
"@fontsource/poppins": "^4.4.2",
"@fontsource/pt-serif": "^4.5.0",
"@material-ui/core": "^5.0.0-alpha.33",
"@material-ui/lab": "^5.0.0-alpha.33",
"@papercups-io/chat-widget": "^1.1.12",
"@tiptap/extension-link": "^2.0.0-beta.15",
"@tiptap/extension-placeholder": "^2.0.0-beta.15",
"@tiptap/extension-text-align": "^2.0.0-beta.15",
"@tiptap/extension-typography": "^2.0.0-beta.10",
"@tiptap/react": "^2.0.0-beta.33",
"@tiptap/starter-kit": "^2.0.0-beta.51",
"axios": "^0.21.3",
"date-fns": "^2.21.3",
"express": "^4.17.1",
"firebase": "^8.7.1",
"framer-motion": "^4.1.11",
"immer": "^9.0.6",
"js-cookie": "^2.2.1",
"js-time-diff": "^1.0.0",
"mixpanel-browser": "^2.41.0",
"next": "^11.1.2",
"next-seo": "^4.26.0",
"nookies": "^2.5.2",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-colorful": "^5.2.2",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-query": "^3.16.0",
"react-resize-detector": "^6.7.6",
"zustand": "^3.5.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.1.0",
"@types/css-font-loading-module": "0.0.6",
"@types/express": "^4.17.12",
"@types/js-cookie": "^2.2.7",
"@types/mixpanel-browser": "^2.35.7",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "^4.4.2"
},
"optionalDependencies": {}
}