Skip to content

Commit 68256b0

Browse files
committed
add missing types
1 parent a8d4dad commit 68256b0

File tree

2 files changed

+6303
-1
lines changed

2 files changed

+6303
-1
lines changed

React_Full_Project/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
88
"license": "MIT",
99
"private": true,
1010
"devDependencies": {
11+
"@types/bootstrap": "4.0.1",
12+
"@types/chart.js": "2.7.10",
1113
"@types/classnames": "^2.2.3",
14+
"@types/history": "4.6.2",
1215
"@types/react": "^16.1.0",
16+
"@types/react-chartjs-2": "2.5.7",
17+
"@types/react-dom": "16.0.4",
1318
"@types/react-router-dom": "^4.2.6",
19+
"@types/react-transition-group": "2.0.7",
1420
"@types/reactstrap": "^5.0.20",
1521
"babel-core": "6.26.0",
1622
"babel-loader": "7.1.2",
@@ -62,4 +68,4 @@
6268
"node": ">= 8.9.4",
6369
"npm": ">= 5.6.0"
6470
}
65-
}
71+
}

0 commit comments

Comments
 (0)