-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "styled-react-ui-libs",
"version": "0.9.6",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Sholja/styled-react-ui-libs"
},
"homepage": "https://react-ui-components-22fbe.firebaseapp.com",
"keywords": [
"react",
"react-ui",
"react-ui-components",
"widgets",
"react-component",
"styled components",
"styled ui components",
"react ui components",
"react ui libs"
],
"files": [
"dist"
],
"dependencies": {
"@emotion/styled": "^10.0.27",
"@styled-system/theme-get": "^5.1.2",
"emotion-theming": "^10.0.27",
"polished": "^3.4.4",
"react-icons": "^3.9.0",
"react-truncate": "^2.4.0",
"styled-system": "^5.1.5"
},
"peerDependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.11.0",
"@sambego/storybook-state": "^1.3.6",
"@storybook/addon-knobs": "^5.2.4",
"@storybook/addon-notes": "^5.3.18",
"@storybook/addon-storyshots": "^5.2.5",
"@storybook/addon-viewport": "^5.2.5",
"@storybook/react": "^5.2.5",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.3.0",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.23",
"cross-env": "^7.0.0",
"husky": "^4.2.3",
"inquirer": "^7.0.0",
"jest-dom": "^3.4.0",
"prettier": "^1.18.2",
"react-scripts": "3.1.2",
"rollup": "^1.26.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svg": "^2.0.0"
},
"scripts": {
"build:watch": "rollup -cw",
"build": "NODE_ENV=production rollup -c",
"publish": "./scripts/publish.sh",
"build-storybook": "build-storybook -c .storybook -o build",
"eject": "react-scripts eject",
"lint:fix": "node_modules/eslint/bin/eslint.js src --ext .js --fix",
"lint": "node_modules/eslint/bin/eslint.js src --ext .js",
"start": "start-storybook -p 9001 -c .storybook",
"test": "cross-env CI=true react-scripts test --env=jsdom"
},
"husky": {
"hooks": {
"pre-commit": "yarn test"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">1%",
"not dead",
"not ie <= 11",
"not op_mini all",
"> 10% in US",
"> 20% in BR"
]
}