-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.72 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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "linked-paper-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyse": "ANALYZE=true next build",
"start": "next start",
"postinstall": "husky init && echo \"yarn lint-staged\" > .husky/pre-commit",
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix",
"prepare": "husky"
},
"lint-staged": {
"*.{ts,tsx}": "eslint -c .eslintrc.json --fix"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.15",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@sentry/nextjs": "^8",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-next-experimental": "^5.52.2",
"autoprefixer": "10.4.19",
"d3-force": "^3.0.0",
"date-fns": "^3.6.0",
"fast-deep-equal": "^3.1.3",
"firebase": "^10.14.1",
"immer": "^10.1.1",
"intl-messageformat": "^10.5.0",
"jotai": "^2.9.0",
"next": "14.2.4",
"next-themes": "^0.2.1",
"react": "18.3.1",
"react-day-picker": "^9.0.9",
"react-dom": "18.3.1",
"react-force-graph-2d": "^1.25.6",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.1",
"tailwind-scrollbar": "^3.1.0",
"tailwind-variants": "^0.2.1",
"typescript": "^5.6.3",
"use-deep-compare": "^1.3.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/d3-force": "^3.0.10",
"@types/node": "20.5.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "3.4.3",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}