-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) Β· 1.93 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
62
63
64
65
66
67
68
69
70
71
{
"name": "timetoast",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cz": "./node_modules/cz-customizable/standalone.js",
"test": "jest",
"test:watch": "jeset --watchAll",
"coverage": "jest --coverage"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@tanstack/react-query": "^5.59.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@tosspayments/payment-sdk": "^1.9.1",
"clsx": "^2.1.1",
"cz-customizable": "7.2.1",
"file-saver": "^2.0.5",
"firebase": "^11.0.1",
"html2canvas": "^1.4.1",
"jest-environment-jsdom": "^29.7.0",
"js-cookie": "^3.0.5",
"next": "14.2.13",
"next-pwa": "5.6.0",
"react": "^18",
"react-datepicker": "^7.5.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.5.0",
"react-quill": "^2.0.0",
"react-slick": "^0.30.2",
"react-spinners": "^0.14.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.59.0",
"@testing-library/dom": "^10.4.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-slick": "^0.23.13",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"config": {
"cz-customizable": {
"config": "cz-config.js"
}
}
}