-
-
Notifications
You must be signed in to change notification settings - Fork 481
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "next-migrate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "pnpx husky install",
"commitlint": "commitlint --edit",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^2.1.8",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "9.11.1",
"eslint-config-next": "14.2.14",
"framer-motion": "^11.15.0",
"next": "^14.2.14",
"next-pwa": "^5.6.0",
"pnpm": "^9.11.0",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.26.2",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.33.5",
"tailwindcss": "3.4.13",
"typescript": "5.7.2"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/react-syntax-highlighter": "^15.5.13",
"husky": "^9.1.6"
}
}