-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.94 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.94 KB
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
{
"name": "myfrontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@popperjs/core": "2.9.1",
"@react-pdf/renderer": "^2.3.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"babel-polyfill": "^6.26.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"buffer": "^6.0.3",
"daisyui": "^2.18.0",
"draft-js": "^0.11.7",
"emailjs": "^4.0.0",
"epic-spinners": "^1.1.0",
"html-react-parser": "^1.4.12",
"http": "^0.0.1-security",
"https": "^1.0.0",
"net": "^1.0.2",
"node-fetch": "^3.2.4",
"pdfjs-dist": "^2.14.305",
"prop-types": "^15.8.1",
"radium": "^0.26.2",
"react": "^17.0.2",
"react-animations": "^1.0.0",
"react-client-session": "^0.0.8",
"react-dom": "^17.0.2",
"react-github-btn": "^1.3.0",
"react-globally": "^1.1.0",
"react-icons": "^4.4.0",
"react-pdf": "^5.7.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-social-icons": "^5.15.0",
"react-spinners": "^0.12.0",
"stream": "^0.0.2",
"styled-components": "^5.3.5",
"typewriter-effect": "^2.19.0",
"url": "^0.11.0",
"util": "^0.12.4",
"web-vitals": "^2.1.4",
"zlib": "^1.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"tailwindcss": "^3.0.23"
}
}