Skip to content

Commit 2630238

Browse files
authored
パッケージ情報を更新しました。 (#3)
1 parent b7fa469 commit 2630238

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
"name": "election-bulletin-2023",
33
"version": "0.1.0",
4-
"private": true,
5-
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
8-
"start": "next start",
9-
"lint": "next lint"
10-
},
114
"dependencies": {
125
"@types/node": "20.3.1",
136
"@types/react": "18.2.12",
@@ -21,5 +14,12 @@
2114
"react-dom": "18.2.0",
2215
"tailwindcss": "3.3.2",
2316
"typescript": "5.1.3"
17+
},
18+
"private": true,
19+
"scripts": {
20+
"build": "next build",
21+
"dev": "next dev",
22+
"lint": "next lint",
23+
"start": "next start"
2424
}
2525
}

0 commit comments

Comments
 (0)