forked from SouJunior/vagas-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.06 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "linkedin-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.9.10",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.16.6",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@phosphor-icons/react": "^2.0.9",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.206",
"@tiptap/extension-bullet-list": "^2.0.0-beta.209",
"@tiptap/extension-hard-break": "^2.0.0-beta.209",
"@tiptap/extension-list-item": "^2.0.0-beta.209",
"@tiptap/extension-ordered-list": "^2.0.0-beta.209",
"@tiptap/extension-placeholder": "^2.0.0-beta.209",
"@tiptap/pm": "^2.0.2",
"@tiptap/react": "^2.0.0-beta.206",
"@tiptap/starter-kit": "^2.0.0-beta.206",
"@types/node": "^18.11.18",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"framer-motion": "^11.0.25",
"fuse.js": "^6.6.2",
"hamburger-react": "^2.5.0",
"phosphor-react": "^1.4.1",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.19.0",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-transform": "^1.7.1",
"prosemirror-view": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.41.0",
"react-icons": "^4.10.1",
"react-input-mask": "^2.0.4",
"react-loading-skeleton": "^3.2.0",
"react-markdown": "^9.0.1",
"react-number-format": "^5.1.4",
"react-query": "^3.39.3",
"react-router-dom": "^6.26.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.1",
"rehype-raw": "^7.0.0",
"styled-components": "^6.1.12",
"swiper": "^9.3.2",
"tiptap": "^1.32.2",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^28.1.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-hooks-helper": "^1.6.4",
"@types/react-input-mask": "^3.0.4",
"@types/react-select": "^5.0.1",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.4.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}