이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
TheoryOfNekomata
/
react-musical-keyboard
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Update package.json
Correctly declare dependencies.
master
TheoryOfNekomata
4 년 전
부모
c4032ed7f4
커밋
f8610e6511
1개의 변경된 파일
과
5개의 추가작업
그리고
6개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
}
}
쓰기
미리보기
불러오는 중...
취소
저장