-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
{
"name": "toky-front-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:https": "node local-server.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "husky",
"lint-staged": "lint-staged",
"init:ssl": "sh init-ssl.sh"
},
"dependencies": {
"@next/third-parties": "^14.2.7",
"@tanstack/react-query": "^5.51.24",
"@types/styled-components": "^5.1.34",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.7.4",
"framer-motion": "^11.3.8",
"html2canvas": "^1.4.1",
"mem": "^10.0.0",
"memoize": "^10.0.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.5",
"styled-components": "^6.1.12",
"swiper": "^11.1.5",
"uuid": "^10.0.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"typescript": "^5"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write"
]
},
"packageManager": "yarn@4.7.0+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9"
}