-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "picturebooks-landing",
"version": "1.0.0",
"scripts": {
"dev": "next dev -p 3032",
"build": "next build",
"start": "next start -p 3032",
"lint": "next lint"
},
"dependencies": {
"i18next": "^23.15.1",
"next": "14.2.13",
"next-i18next": "^15.3.1",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^15.0.2",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-swipeable": "^7.0.1",
"swiper": "^11.1.14"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-icons": "^3.0.0",
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}