-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 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
{
"name": "stats-for-strava-config-tool",
"private": true,
"version": "1.2.6",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^3.30.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@monaco-editor/react": "^4.7.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"bcryptjs": "^3.0.3",
"check-password-strength": "^3.0.0",
"cookie": "^1.0.2",
"framer-motion": "^12.35.0",
"js-yaml": "^4.1.1",
"jsonwebtoken": "^9.0.2",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-complex-tree": "^2.6.1",
"react-datepicker": "^9.0.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-js-cron": "^5.2.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.20.0",
"yaml": "^2.8.2"
},
"overrides": {
"dompurify": "^3.3.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.10",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0"
}
}