|
|
@@ -3,17 +3,25 @@
|
|
|
"version": "0.1.0",
|
|
|
"private": true,
|
|
|
"dependencies": {
|
|
|
+ "@types/jest": "^24.0.11",
|
|
|
+ "@types/node": "^11.13.0",
|
|
|
+ "@types/react": "^16.8.12",
|
|
|
+ "@types/react-dom": "^16.8.3",
|
|
|
+ "@types/react-router-dom": "^4.3.1",
|
|
|
"axios": "^0.18.0",
|
|
|
"react": "^16.8.4",
|
|
|
"react-dom": "^16.8.4",
|
|
|
"react-router-dom": "^5.0.0",
|
|
|
- "react-scripts": "2.1.8"
|
|
|
+ "react-scripts": "2.1.8",
|
|
|
+ "typescript": "^3.4.1"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"start": "react-scripts start",
|
|
|
"build": "react-scripts build",
|
|
|
"test": "react-scripts test",
|
|
|
- "eject": "react-scripts eject"
|
|
|
+ "eject": "react-scripts eject",
|
|
|
+ "storybook": "start-storybook -p 9009 -s public",
|
|
|
+ "build-storybook": "build-storybook -s public"
|
|
|
},
|
|
|
"eslintConfig": {
|
|
|
"extends": "react-app"
|
|
|
@@ -23,5 +31,13 @@
|
|
|
"not dead",
|
|
|
"not ie <= 11",
|
|
|
"not op_mini all"
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "devDependencies": {
|
|
|
+ "@storybook/react": "^5.0.6",
|
|
|
+ "@storybook/addon-actions": "^5.0.6",
|
|
|
+ "@storybook/addon-links": "^5.0.6",
|
|
|
+ "@storybook/addons": "^5.0.6",
|
|
|
+ "@babel/core": "^7.4.3",
|
|
|
+ "babel-loader": "^8.0.5"
|
|
|
+ }
|
|
|
}
|