|
2 | 2 | "name": "design-patterns-game",
|
3 | 3 | "version": "1.0.0",
|
4 | 4 | "dependencies": {
|
5 |
| - "prop-types": "^15.7.2", |
6 |
| - "react": "^16.8.6", |
7 |
| - "react-dom": "^16.8.6", |
8 |
| - "react-redux": "^7.0.3", |
9 |
| - "react-router-dom": "^5.0.0", |
10 |
| - "react-syntax-highlighter": "^10.2.1", |
11 |
| - "redux": "^4.0.1", |
12 |
| - "styled-components": "^4.2.0", |
13 |
| - "uuid": "^3.3.2" |
| 5 | + "prop-types": "15.7.2", |
| 6 | + "react": "16.8.6", |
| 7 | + "react-dom": "16.8.6", |
| 8 | + "react-redux": "7.0.3", |
| 9 | + "react-router-dom": "5.0.0", |
| 10 | + "react-syntax-highlighter": "10.2.1", |
| 11 | + "redux": "4.0.1", |
| 12 | + "styled-components": "4.2.0", |
| 13 | + "uuid": "3.3.2" |
14 | 14 | },
|
15 | 15 | "scripts": {
|
16 | 16 | "start": "webpack-dev-server --mode development",
|
|
41 | 41 | ]
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/core": "^7.4.4", |
45 |
| - "@babel/plugin-proposal-class-properties": "^7.4.4", |
46 |
| - "@babel/preset-env": "^7.4.4", |
47 |
| - "@babel/preset-react": "^7.0.0", |
48 |
| - "@storybook/addon-actions": "^5.0.11", |
49 |
| - "@storybook/addon-knobs": "^5.0.11", |
50 |
| - "@storybook/addon-links": "^5.0.11", |
51 |
| - "@storybook/addon-storyshots": "^5.0.11", |
52 |
| - "@storybook/addons": "^5.0.11", |
53 |
| - "@storybook/react": "^5.0.11", |
54 |
| - "babel-eslint": "^10.0.1", |
55 |
| - "babel-jest": "^24.7.1", |
56 |
| - "babel-loader": "^8.0.5", |
57 |
| - "babel-plugin-require-context-hook": "^1.0.0", |
58 |
| - "babel-preset-env": "^1.7.0", |
59 |
| - "babel-preset-react": "^6.24.1", |
60 |
| - "coveralls": "^3.0.3", |
61 |
| - "cypress": "^3.2.0", |
62 |
| - "enzyme": "^3.9.0", |
63 |
| - "enzyme-adapter-react-16": "^1.12.1", |
64 |
| - "enzyme-to-json": "^3.3.5", |
65 |
| - "eslint": "^5.16.0", |
66 |
| - "eslint-config-react": "^1.1.7", |
67 |
| - "eslint-loader": "^2.1.2", |
68 |
| - "eslint-plugin-react": "^7.12.4", |
69 |
| - "html-webpack-plugin": "^3.2.0", |
70 |
| - "jest": "^24.7.1", |
71 |
| - "jest-styled-components": "^6.3.1", |
| 44 | + "@babel/core": "7.4.4", |
| 45 | + "@babel/plugin-proposal-class-properties": "7.4.4", |
| 46 | + "@babel/preset-env": "7.4.4", |
| 47 | + "@babel/preset-react": "7.0.0", |
| 48 | + "@storybook/addon-actions": "5.0.11", |
| 49 | + "@storybook/addon-knobs": "5.0.11", |
| 50 | + "@storybook/addon-links": "5.0.11", |
| 51 | + "@storybook/addon-storyshots": "5.0.11", |
| 52 | + "@storybook/addons": "5.0.11", |
| 53 | + "@storybook/react": "5.0.11", |
| 54 | + "babel-eslint": "10.0.1", |
| 55 | + "babel-jest": "24.7.1", |
| 56 | + "babel-loader": "8.0.5", |
| 57 | + "babel-plugin-require-context-hook": "1.0.0", |
| 58 | + "babel-preset-env": "1.7.0", |
| 59 | + "babel-preset-react": "6.24.1", |
| 60 | + "coveralls": "3.0.3", |
| 61 | + "cypress": "3.2.0", |
| 62 | + "enzyme": "3.9.0", |
| 63 | + "enzyme-adapter-react-16": "1.12.1", |
| 64 | + "enzyme-to-json": "3.3.5", |
| 65 | + "eslint": "5.16.0", |
| 66 | + "eslint-config-react": "1.1.7", |
| 67 | + "eslint-loader": "2.1.2", |
| 68 | + "eslint-plugin-react": "7.12.4", |
| 69 | + "html-webpack-plugin": "3.2.0", |
| 70 | + "jest": "24.7.1", |
| 71 | + "jest-styled-components": "6.3.1", |
72 | 72 | "prettier": "1.17.0",
|
73 |
| - "react-test-renderer": "^16.8.6", |
74 |
| - "redux-mock-store": "^1.5.3", |
| 73 | + "react-test-renderer": "16.8.6", |
| 74 | + "redux-mock-store": "1.5.3", |
75 | 75 | "storybook-addon-styled-component-theme": "1.2.3",
|
76 |
| - "surge": "^0.20.4", |
77 |
| - "wait-on": "^3.2.0", |
78 |
| - "webpack": "^4.30.0", |
79 |
| - "webpack-bundle-analyzer": "^3.3.2", |
80 |
| - "webpack-cli": "^3.3.1", |
81 |
| - "webpack-dev-server": "^3.3.1" |
| 76 | + "surge": "0.20.4", |
| 77 | + "wait-on": "3.2.0", |
| 78 | + "webpack": "4.30.0", |
| 79 | + "webpack-bundle-analyzer": "3.3.2", |
| 80 | + "webpack-cli": "3.3.1", |
| 81 | + "webpack-dev-server": "3.3.1" |
82 | 82 | }
|
83 | 83 | }
|
0 commit comments