Skip to content

Commit b1f3f35

Browse files
committed
build: removed useless dependencies
1 parent 1cf5f51 commit b1f3f35

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-ts-boilerplate",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "Boilerplate for storybook and Typescript.",
55
"repository": {
66
"type": "git",
@@ -70,7 +70,6 @@
7070
"@types/enzyme": "^3.10.5",
7171
"@types/history": "^4.7.0",
7272
"@types/jest": "^25.2.3",
73-
"@types/lodash": "^4.14.137",
7473
"@types/react": "^16.9.2",
7574
"@types/react-router": "^3.0.4",
7675
"@types/storybook__addon-knobs": "^5.0.3",
@@ -120,15 +119,8 @@
120119
"url-loader": "^4.1.0"
121120
},
122121
"dependencies": {
123-
"@handsontable/react": "^2.1.0",
124-
"dt-sql-parser": "^3.0.4",
125-
"handsontable": "^6.2.2",
126-
"highlight.js": "^9.14.2",
127-
"lodash": "^4.17.15",
128122
"react": "^16.6.3",
129123
"react-dom": "16.6.3",
130-
"react-icons": "^3.10.0",
131-
"react-router": "3.0.4",
132-
"showdown": "^1.9.0"
124+
"react-router": "3.0.4"
133125
}
134126
}

0 commit comments

Comments
 (0)