-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
150 lines (150 loc) · 5.12 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@rturek/slick-ui",
"version": "0.0.3-alpha.3",
"author": "Ryan Turek <[email protected]>",
"description": "Novel Component Library based on React.js, Material-UI, and styled-components by Ryan Turek",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/rturek/slick-ui/issues"
},
"homepage": "https://github.com/rturek/slick-ui",
"repository": {
"type": "git",
"url": "https://github.com/rturek/slick-ui.git"
},
"keywords": [
"material-ui",
"components",
"react",
"javascript"
],
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --config webpack.config.js",
"lint": "eslint --ext .jsx --ext .js ./src",
"lint:css": "stylelint './src/components/**/*.jsx'",
"test": "TZ=UTC jest --runInBand",
"test-windows": "jest --runInBand",
"storybook": "start-storybook",
"build-storybook": "build-storybook -c .storybook -o static-storybook",
"test-update-lint-css": "npm run test -u && npm run lint && npm run lint:css"
},
"jest": {
"moduleNameMapper": {
"^@root/(.*)$": "<rootDir>/src/$1",
"^@assets/(.*)$": "<rootDir>/src/assets/$1",
"^@components/(.*)$": "<rootDir>/src/components/$1",
"^@hooks/(.*)$": "<rootDir>/src/hooks/$1",
"^@style/(.*)$": "<rootDir>/src/style/$1",
"^@utils/(.*)$": "<rootDir>/src/utils/$1"
},
"collectCoverage": true,
"coverageReporters": [
"lcov"
],
"coverageDirectory": "./coverage/",
"globals": {}
},
"peerDependencies": {
"@babel/polyfill": "^7.10.4",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.7",
"classnames": "^2.3.1",
"css-loader": "^3.6.0",
"polished": "^4.1.3",
"prop-types": "^15.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.3.3",
"typescript": "^4.4.3"
},
"dependencies": {
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.6",
"@babel/eslint-parser": "^7.11.4",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.10.5",
"@babel/plugin-proposal-function-sent": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-pipeline-operator": "^7.10.5",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.7",
"@storybook/addon-a11y": "^6.3.12",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-docs": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-links": "^6.3.12",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-storyshots": "^6.3.12",
"@storybook/addon-storysource": "^6.3.12",
"@storybook/addon-viewport": "^6.3.12",
"@storybook/addons": "^6.3.12",
"@storybook/cli": "^6.3.12",
"@storybook/react": "^6.3.12",
"@storybook/testing-react": "0.0.22",
"@storybook/theming": "^6.3.12",
"@testing-library/react": "^10.2.1",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-styled-components": "^1.11.1",
"css-loader": "^3.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.0.0",
"jest": "^26.0.1",
"jest-styled-components": "^7.0.5",
"js-yaml": "^3.11.0",
"prop-types": "^15.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.14.0",
"stylelint": "^13.7.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "3.2.1",
"webpack-manifest-plugin": "^2.2.0",
"webpack-visualizer-plugin": "^0.1.11"
}
}