-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.47 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.47 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "goldlabel-pro",
"version": "52.5.7",
"description": "Always FREE. Always Open Source",
"repository": {
"type": "git",
"url": "https://github.com/goldlabelapps/goldlabel-pro"
},
"scripts": {
"clean": "clear && rm -rf node_modules .next .yarn yarn.lock next-env.d.ts && l",
"dev": "clear && lsof -ti:3000 | xargs kill -9 2>/dev/null || true && rm -rf .next && yarn format && yarn generate && yarn next dev --webpack",
"generate": "tsx ./gl-core/lib/generate.mjs && yarn indexSearch",
"build": "yarn next build --webpack",
"indexSearch": "node ./gl-core/lib/buildSearchIndex.mjs",
"lint": "yarn next lint",
"lint-staged": "lint-staged",
"format": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "yarn next start",
"test": "yarn prettier:check && yarn lint"
},
"private": true,
"packageManager": "yarn@4.3.1",
"git": {
"pre-commit": "lint-staged"
},
"engines": {
"node": "22.x"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@google-cloud/vision": "^5.2.0",
"@heroicons/react": "2.1.3",
"@hookform/resolvers": "^5.1.1",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.1.1",
"@mui/x-data-grid": "^8.7.0",
"@mui/x-tree-view": "^8.3.0",
"@reduxjs/toolkit": "^2.6.1",
"@toolpad/core": "^0.14.0",
"canvas": "^3.1.0",
"clsx": "2.1.1",
"date-fns": "^4.1.0",
"dinero.js": "2.0.0-alpha.10",
"firebase": "^11.5.0",
"firebase-admin": "^13.4.0",
"gray-matter": "^4.0.3",
"gsap": "^3.13.0",
"hastscript": "^9.0.1",
"howler": "^2.2.4",
"html2pdf.js": "^0.10.3",
"mammoth": "^1.9.1",
"mapbox-gl": "^3.15.0",
"marked": "^15.0.7",
"mdast": "^3.0.0",
"moment": "^2.30.1",
"ms": "3.0.0-canary.1",
"next": "15.6.0-canary.58",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.2",
"openai": "4.25.0",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "2.14.305",
"react": "19.0.1",
"react-dom": "19.0.0",
"react-hook-form": "^7.57.0",
"react-map-gl": "^8.0.4",
"react-mapbox-gl": "^5.1.1",
"react-markdown": "^10.1.0",
"react-player": "^3.3.2",
"react-redux": "^9.2.0",
"react-share": "^5.2.2",
"redux": "^5.0.1",
"remark": "^15.0.1",
"remark-directive": "^4.0.0",
"remark-gfm": "^4.0.1",
"resend": "^4.6.0",
"server-only": "0.0.1",
"styled-components": "6.1.8",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-count-up": "3.0.1",
"use-sound": "^5.0.0",
"vercel": "34.0.0",
"zod": "^3.25.57"
},
"devDependencies": {
"@hookform/devtools": "^4.4.0",
"@next/eslint-plugin-next": "^15.2.4",
"@types/howler": "^2",
"@types/mapbox-gl": "^3.4.1",
"@types/mdast": "^3",
"@types/minimatch": "^6.0.0",
"@types/ms": "0.7.34",
"@types/next-pwa": "^5",
"@types/node": "20.12.7",
"@types/node-fetch": "^2.6.12",
"@types/react": "^19.0.12",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@vercel/git-hooks": "1.0.0",
"autoprefixer": "10.4.19",
"baseline-browser-mapping": "2.9.11",
"eslint": "^9.23.0",
"eslint-config-next": "14.2.2",
"husky": "^9.1.7",
"lint-staged": "15.2.2",
"postcss": "8.4.38",
"prettier": "3.2.5",
"tsx": "^4.19.3",
"typescript": "5.4.5"
}
}