-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
53
54
55
56
57
58
59
60
61
{
"name": "travel-3-project-questionnaire",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.441.0",
"@aws-sdk/lib-dynamodb": "^3.441.0",
"@hookform/resolvers": "^3.3.2",
"@tanstack/react-query": "^5.7.2",
"copy-to-clipboard": "^3.3.3",
"cors": "^2.8.5",
"dom-to-image": "^2.6.0",
"eslint": "8.45.0",
"eslint-config-next": "^14.0.4",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.16",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"husky": "^8.0.3",
"intersection-observer": "^0.12.2",
"next": "14",
"normalize.css": "^8.0.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-curved-text": "^2.0.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"styled-components": "^6.1.1",
"typescript": "5.1.6",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zustand": "^4.4.5"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cors": "^2.8.15",
"@types/dom-to-image": "^2.6.4",
"@types/file-saver": "^2.0.5",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-curved-text": "^2.0.0",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.6",
"autoprefixer": "^10.4.16",
"babel-plugin-styled-components": "^2.1.4",
"postcss": "^8.4.32",
"prettier": "^3.0.0"
}
}