-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 loc) · 1.82 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
{
"name": "frontend-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"compile:scripts": "tsc --project tsconfig.scripts.json"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@octokit/auth-app": "^7.1.1",
"@octokit/core": "^5.0.0",
"@octokit/rest": "^21.0.2",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@tanstack/react-query": "^4.32.6",
"@types/jsonwebtoken": "^9.0.2",
"@types/markdown-it": "^13.0.0",
"axios": "^1.4.0",
"bolt11": "^1.4.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.15.1",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.1",
"jwt-decode": "^3.1.2",
"markdown-it": "^13.0.1",
"match-sorter": "^6.3.1",
"next": "^13.4.13",
"next-auth": "^4.22.5",
"next-transpile-modules": "^10.0.1",
"react": "^18.2.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-youtube": "^10.1.0",
"sanitize-html": "^2.11.0",
"slate-transcript-editor": "https://github.com/kouloumos/slate-transcript-editor.git#v0.1.6",
"slugify": "^1.6.6",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/marked": "^5.0.1",
"@types/node": "^20.4.9",
"@types/react": "^18.2.19",
"@types/react-datepicker": "^4.15.0",
"@types/react-dom": "^18.2.7",
"@types/sanitize-html": "^2.9.0",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.1",
"sass": "^1.64.2",
"typescript": "^5.1.6"
}
}