-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "movie-app",
"private": true,
"version": "0.0.0",
"type": "module",
"proxy": "http://localhost:3000",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"**/*.+(js|tsx|ts|json|css|md)\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-hook/window-scroll": "^1.3.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/react-redux": "^7.1.25",
"babel-plugin-macros": "^3.1.0",
"date-fns": "^2.29.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-loading": "^2.0.3",
"react-range-slider-input": "^3.0.7",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"react-top-loading-bar": "^2.3.1",
"sort-by": "^0.0.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.4",
"vite": "^4.1.0",
"vite-plugin-compression": "^0.5.1"
}
}