-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.94 KB
/
package.json
File metadata and controls
69 lines (69 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
{
"name": "movieget",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmitOnError && vite build",
"postinstall": "husky install",
"format": "prettier --cache --write .",
"lint": "eslint --cache .",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-query-devtools": "^5.59.15",
"@tosspayments/payment-sdk": "^1.9.0",
"@tosspayments/payment-widget-sdk": "^0.12.0",
"@tosspayments/tosspayments-sdk": "^2.3.2",
"@types/prettier": "^3.0.0",
"axios": "^1.7.7",
"js-cookie": "^2.2.1",
"nanoid": "^5.0.8",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.53.0",
"react-intersection-observer": "^9.13.1",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.27.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.13",
"zustand": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/js-cookie": "^3.0.6",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"express": "^4.21.1",
"globals": "^15.9.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.10",
"msw": "^2.4.11",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1"
},
"msw": {
"workerDirectory": [
"public"
]
}
}