-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.74 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.74 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
59
60
61
62
63
{
"name": "next",
"description": "Php Storm の Next.js プラグインで新規に作成したプロジェクト",
"version": "0.1.0",
"private": true,
"scripts": {
"dev-turbo": "next dev --turbo",
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"dependencies": {
"@etchteam/next-pagination": "^3.5.4",
"@hashicorp/platform-code-highlighting": "^0.1.2",
"@heroicons/react": "^2.0.12",
"@next/font": "^13.0.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"framer-motion": "^7.6.1",
"gray-matter": "^4.0.3",
"microcms-js-sdk": "^2.3.0",
"next": "^13.0.0",
"next-themes": "^0.2.1",
"preline": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-responsive": "^9.0.0",
"react-scroll": "^1.8.8",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"swr": "^1.3.0",
"yet-another-react-lightbox": "^2.2.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "^18.11.4",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/react-scroll": "^1.8.4",
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "^13.0.0",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.18",
"postcss-import": "^15.0.0",
"postcss-nesting": "^10.2.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4"
}
}