Skip to content

Commit

Permalink
Install more @types and move them to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed May 1, 2017
1 parent 6ff134d commit 4295584
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/node": "^7.0.14",
"@types/react": "^15.0.23",
"@types/react-dnd": "^2.0.32",
"@types/react-dnd-html5-backend": "^2.1.7",
"@types/react-dom": "^15.5.0",
"@types/react-redux": "^4.4.40",
"immutable": "^3.8.1",
"json-stringify-pretty-compact": "^1.0.3",
"kifu-for-js": "github:orangain/Kifu-for-JS#export-components",
Expand All @@ -14,9 +20,6 @@
"shogi.js": "github:orangain/Shogi.js#sfen"
},
"devDependencies": {
"@types/node": "^7.0.14",
"@types/react": "^15.0.23",
"@types/react-dom": "^15.5.0",
"autoprefixer": "6.7.2",
"awesome-typescript-loader": "^3.1.3",
"babel-core": "6.22.1",
Expand Down

0 comments on commit 4295584

Please sign in to comment.