We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423e46d commit 1dca205Copy full SHA for 1dca205
package.json
@@ -1,15 +1,14 @@
1
{
2
"name": "ui-design-system",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"dependencies": {
5
"bootstrap": "^4.3.1",
6
"node-sass": "^4.13.1",
7
"polished": "^3.4.2",
8
"prop-types": "^15.7.2",
9
"react": "^16.12.0",
10
"react-bootstrap": "^1.0.0-beta.16",
11
- "react-dom": "^16.12.0",
12
- "react-scripts": "3.2.0"
+ "react-dom": "^16.12.0"
13
},
14
"scripts": {
15
"start": "react-scripts start",
@@ -50,7 +49,8 @@
50
49
"eslint-config-airbnb": "^18.0.1",
51
"eslint-import-resolver-webpack": "^0.11.1",
52
"eslint-plugin-babel": "^5.3.0",
53
- "eslint-utils": "^1.4.3"
+ "eslint-utils": "^1.4.3",
+ "react-scripts": "3.2.0"
54
55
"description": "UI Storybook design system",
56
"main": "dist/index.js",
0 commit comments