-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "movie-browser-ts-next.js13",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"@types/node": "20.4.8",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"eslint": "8.46.0",
"eslint-config-next": "^13.4.13",
"moment": "^2.29.4",
"next": "^13.4.13",
"postcss": "8.4.27",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-player": "^2.12.0",
"sharp": "^0.32.4",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@savvywombat/tailwindcss-grid-areas": "^3.1.0",
"@svgr/webpack": "^8.0.1",
"@tanstack/eslint-plugin-query": "^4.32.5",
"@types/qs": "^6.9.7",
"@types/react-modal": "^3.16.0",
"@types/react-modal-video": "^1.2.0",
"@types/react-query": "^1.2.9",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"typescript": "^5.1.6"
}
}