Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Commit 1130f38

Browse files
bc022699bc022699
authored andcommitted
Clean up kitchen sink package.json
1 parent ecc28a7 commit 1130f38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

kitchen-sink/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "kitchen-sink",
33
"version": "0.0.1",
44
"devDependencies": {
5+
"@types/react": "^15.0.16",
6+
"@types/react-dom": "^0.14.23",
57
"css-loader": "^0.25.0",
68
"del": "^2.2.2",
79
"extract-text-webpack-plugin": "^2.0.0-beta.4",
@@ -17,11 +19,9 @@
1719
"webpack-stream": "^3.2.0"
1820
},
1921
"dependencies": {
20-
"framework7-react": "file:../",
21-
"@types/react": "^15.0.16",
22+
"framework7-react": "file:../",
2223
"react": "^15.3.2",
23-
"react-dom": "^15.3.2",
24-
"@types/react-dom": "^0.14.23",
24+
"react-dom": "^15.3.2",
2525
"react-portal": "^3.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)