-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 786 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 786 Bytes
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
{
"name": "flitnex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.0.0-alpha.91",
"axios": "^1.7.2",
"cors": "^2.8.5",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"swiper": "^11.1.5",
"yup": "^1.4.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.1"
}
}