forked from Belphemur/chatpad
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.03 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
{
"name": "chatpad",
"private": true,
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel",
"build": "parcel build --no-scope-hoist --no-source-maps --public-url https://sportalliance.github.io/chatpad/"
},
"staticFiles": {
"staticPath": "src/static"
},
"devDependencies": {
"@parcel/config-default": "^2.10.0",
"@parcel/transformer-sass": "^2.10.0",
"@types/downloadjs": "^1.4.3",
"@types/lodash": "^4.14.198",
"@types/node": "20.6.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-highlight": "^0.12.5",
"@types/react-lazyload": "^3.2.0",
"@types/react-virtualized": "^9.21.22",
"buffer": "^6.0.3",
"parcel": "^2.10.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"property-information": "^6.3.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.20",
"@mantine/hooks": "^6.0.20",
"@mantine/next": "^6.0.20",
"@mantine/notifications": "^6.0.20",
"@tabler/icons-react": "^2.33.0",
"@tanstack/react-location": "^3.7.4",
"cancel-token": "^0.1.1",
"dexie": "^3.2.4",
"dexie-export-import": "^4.0.7",
"dexie-react-hooks": "^1.1.6",
"downloadjs": "^1.4.7",
"eslint": "8.51.0",
"eslint-config-next": "13.5.2",
"gpt-token-utils": "^1.2.0",
"gpt-tokens": "^1.3.6",
"highlight.js": "^11.8.0",
"javascript-time-ago": "^2.5.9",
"lodash": "^4.17.21",
"mermaid": "^10.4.0",
"nanoid": "^5.0.1",
"next": "13.5.4",
"openai": "^4.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"react-icons": "^4.10.1",
"react-markdown": ">8.0.0 <9.0.0",
"react-time-ago": "^7.2.1",
"react-virtualized": "^9.22.5",
"remark-gfm": ">3.0.0 <4.0.0",
"typescript": "5.2.2"
},
"pnpm": {
"overrides": {
"highlight.js": "^11.8.0"
}
}
}