-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.3 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
{
"name": "linkedin-poster-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tanstack/react-query": "^4.13.0",
"@tanstack/react-query-devtools": "^4.16.1",
"@tanstack/react-table": "^8.5.21",
"@types/react-datetime-picker": "^3.4.1",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-datetime-picker": "^4.1.0",
"react-dom": "^18.2.0",
"react-linkedin-login-oauth2": "^2.0.1",
"react-router-dom": "^6.4.2",
"react-use": "^17.4.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@fortawesome/fontawesome-common-types": "^6.2.1",
"@types/node": "^18.11.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"typescript-plugin-styled-components": "^2.0.0",
"vite": "^3.1.0"
}
}