このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
TheoryOfNekomata
/
react-musical-keyboard
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Update package.json
Correctly declare dependencies.
master
TheoryOfNekomata
4年前
親
c4032ed7f4
コミット
f8610e6511
1個のファイルの変更
、
5行の追加
、
6行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+5
-6
package.json
+ 5
- 6
package.json
ファイルの表示
@@ -1,5 +1,5 @@
{
"version": "1.0.
7
",
"version": "1.0.
8
",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -20,11 +20,9 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"mem": "^6.1.0"
},
"peerDependencies": {
"react": ">=16"
"react": ">=16",
"mem": "^6.1.0"
},
"husky": {
"hooks": {
@@ -59,6 +57,7 @@
"ts-loader": "^8.0.2",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
"typescript": "^3.9.7"
"typescript": "^3.9.7",
"mem": "^6.1.0"
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存