-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 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
{
"name": "tunci",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.2.3",
"@next/third-parties": "^15.2.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.2.1",
"@types/mdx": "^2.0.13",
"@types/mixpanel-browser": "^2.66.0",
"ainu-utils": "^0.3.3",
"algoliasearch": "^5.46.1",
"clsx": "^2.1.1",
"mixpanel-browser": "^2.72.0",
"next": "^15.2.3",
"next-intl": "^4.6.1",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-error-boundary": "^5.0.0",
"react-icons": "^5.5.0",
"react-simple-maps": "^1.0.0",
"react-textarea-autosize": "^8.5.9"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@types/node": "^22",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-simple-maps": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"eslint": "^9.39.2",
"eslint-config-next": "15.2.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
},
"overrides": {
"react-simple-maps": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
}