-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.66 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
{
"name": "countdowner",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"pretty": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@vvo/tzdb": "^6.32.0",
"framer-motion": "^4.1.17",
"get-random-values": "^1.2.2",
"i18next": "^21.6.9",
"ics": "^2.31.0",
"js-base64": "^3.7.2",
"lodash.sum": "^4.0.2",
"luxon": "^2.1.1",
"moment-timezone": "^0.5.33",
"next": "^14.1.4",
"next-pwa": "^5.4.0",
"node-fetch": "^2.6.2",
"react": "^18.2.0",
"react-datepicker": "^4.3.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.1.1",
"react-i18next": "^11.12.0",
"react-icons": "^4.3.1",
"react-qr-code": "^2.0.2",
"sass": "^1.43.4",
"unidecode": "^0.1.8"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/lodash.sum": "^4.0.6",
"@types/luxon": "^2.0.5",
"@types/node-fetch": "^2.5.12",
"@types/react": "18.2.69",
"@types/react-datepicker": "^4.1.7",
"@types/unidecode": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@vercel/node": "^1.12.1",
"autoprefixer": "^10.3.7",
"dayjs": "^1.10.7",
"eslint": "7.32.0",
"eslint-config-next": "^14.1.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^1.1.5",
"jest": "^27.2.5",
"postcss": "^8.3.9",
"postcss-cli": "^9.0.1",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.0-alpha.1",
"ts-jest": "^27.0.5",
"typescript": "^5.4.3"
}
}