-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.7 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.7 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"dev-https": "next dev --experimental-https"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.12.2",
"@types/react-redux": "^7.1.33",
"@types/redux-persist": "^4.3.1",
"axios": "^1.6.2",
"daisyui": "^4.4.19",
"framer-motion": "^10.16.16",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^29.7.0",
"postcss": "^8",
"prettier": "3.1.0",
"react-intersection-observer": "^9.5.3",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.0.2"
}