-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.88 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.88 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
{
"name": "flutterconke-2024-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"heroku-postbuild": "npm run build",
"prepare": "husky"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"axios": "^1.8.3",
"cookies-next": "^5.1.0",
"dayjs": "^1.11.13",
"firebase": "^11.4.0",
"moment": "^2.30.1",
"next": "^15.2.2",
"next-pwa": "^5.6.0",
"prettier": "3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-rating": "^2.0.5",
"react-responsive-carousel": "^3.2.23",
"react-share": "^5.2.2",
"react-toastify": "^11.0.5",
"sharp": "^0.33.5",
"workbox-window": "7.0.0"
},
"devDependencies": {
"@types/estree": "^1.0.6",
"@types/glob": "^8.1.0",
"@types/json-schema": "^7.0.15",
"@types/minimatch": "^5.1.2",
"@types/next-pwa": "^5.6.9",
"@types/node": "22.13.10",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-toastify": "^4.1.0",
"@types/scheduler": "^0.23.0",
"@types/trusted-types": "^2.0.7",
"@types/workbox-window": "^5.0.0",
"@typescript-eslint/eslint-plugin": "8.26.1",
"autoprefixer": "^10.4.21",
"eslint": "9.22.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "^15.2.2",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "3.0.2",
"husky": "^9.1.7",
"postcss": "^8.5.3",
"tailwindcss": "3.3.5",
"typescript": "5.8.2"
},
"engines": {
"node": ">=16.x",
"npm": ">=8.x"
}
}