This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
{
"name": "campfire-web",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@meilisearch/instant-meilisearch": "^0.6.2",
"@monaco-editor/react": "^4.4.5",
"@sentry/nextjs": "^6.19.7",
"JSON2": "^0.1.0",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.5",
"dotenv": "^10.0.0",
"fastify": "^3.29.1",
"fastify-cors": "^6.1.0",
"fastify-websocket": "^4.3.0",
"firebase": "^9.9.3",
"instantsearch.css": "^7.4.5",
"ioredis": "^4.28.5",
"is-touch-device": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"linkify-it": "^3.0.3",
"md5": "^2.3.0",
"memory-cache": "^0.2.0",
"next": "^13.0.7",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"prismjs": "^1.29.0",
"raw-body": "^2.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-dom": "^6.32.0",
"react-intersection-observer": "^8.34.0",
"sha.js": "^2.4.11",
"sharp": "^0.30.7",
"swr": "^1.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@elastic/elasticsearch": "^7.17.0",
"@next/bundle-analyzer": "^12.2.5",
"@sentry/cli": "^2.5.2",
"@sitting/eslint-config": "^1.0.0",
"eslint": "7.32.0",
"eslint-config-next": "13.0.7",
"glob": "^7.2.3",
"meilisearch": "^0.25.1"
}
}