-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "pycon.jp.2023",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@types/node": "18.15.11",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"classcat": "^5.0.4",
"csv-parse": "^5.3.10",
"date-fns": "^2.30.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.2",
"next": "^13.4.4",
"next-mdx-remote": "^4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.3.1",
"react-select": "^5.7.7",
"sass": "^1.63.4",
"typescript": "5.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/react": "18.0.32",
"autoprefixer": "^10.4.14",
"next-export-optimize-images": "^2.1.0",
"postcss": "^8.4.21",
"prettier": "3.0.0",
"tailwindcss": "^3.3.1"
},
"engines": {
"node": "18.x"
},
"packageManager": "[email protected]"
}