-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
175 lines (175 loc) · 5.91 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "altiore.ui",
"version": "0.2.1",
"private": true,
"main": "build/index.js",
"license": "Altiore",
"devDependencies": {
"@storybook/addon-actions": "5.3.19",
"@storybook/addon-backgrounds": "5.3.19",
"@storybook/addon-links": "5.3.19",
"@storybook/addon-storysource": "5.3.19",
"@storybook/addon-viewport": "5.3.19",
"@storybook/preset-create-react-app": "3.0.0",
"@storybook/react": "5.3.19",
"@types/axios": "0.14.0",
"@types/classnames": "2.2.7",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "24.0.12",
"@types/lodash": "4.14.123",
"@types/moment": "2.13.0",
"@types/rc-slider": "8.6.3",
"@types/react": "16.9.44",
"@types/react-autosuggest": "9.3.9",
"@types/react-beautiful-dnd": "11.0.2",
"@types/react-copy-to-clipboard": "4.2.6",
"@types/react-css-modules": "4.6.2",
"@types/react-custom-scrollbars": "4.0.5",
"@types/react-datepicker": "^3.1.1",
"@types/react-dom": "16.9.8",
"@types/react-helmet": "5.0.14",
"@types/react-icons": "3.0.0",
"@types/react-notification-system": "0.2.39",
"@types/react-notification-system-redux": "1.1.6",
"@types/react-popover": "0.5.3",
"@types/react-redux": "7.1.9",
"@types/react-responsive": "3.0.3",
"@types/react-router-dom": "5.1.5",
"@types/react-scroll": "1.5.4",
"@types/react-select": "2.0.17",
"@types/react-slick": "^0.23.4",
"@types/react-swipeable-views": "0.13.0",
"@types/react-textarea-autosize": "4.3.4",
"@types/react-visibility-sensor": "5.0.1",
"@types/react-window": "^1.8.2",
"@types/react-youtube": "7.6.1",
"@types/redux": "3.6.0",
"@types/redux-actions": "2.6.1",
"@types/redux-form": "8.1.4",
"@types/redux-thunk": "2.1.0",
"@types/reselect": "2.2.0",
"@types/storybook__addon-actions": "5.2.1",
"@types/storybook__react": "5.2.1",
"@types/uniqid": "4.1.3",
"babel-preset-react-app": "9.1.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"husky": "4.2.1",
"progress-bar-webpack-plugin": "2.1.0",
"react-scripts": "3.4.4",
"release-it": "13.6.5",
"storybook-addon-material-ui": "0.9.0-alpha.21",
"tslint": "5.18.0",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.0.0",
"typescript": "3.9.2",
"webpack-bundle-analyzer": "3.8.0"
},
"dependencies": {
"@babel/core": "7.5.4",
"@material-ui/core": "4.9.12",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.56",
"@sentry/browser": "5.11.1",
"aglos": "0.0.3",
"autosuggest-highlight": "3.1.1",
"axios": "0.21.4",
"classnames": "2.2.6",
"connected-react-router": "6.4.0",
"jodit-react": "1.0.42",
"lint-staged": "8.2.1",
"localforage": "1.7.3",
"lodash": "4.17.21",
"moment": "2.24.0",
"object-to-formdata": "1.6.4",
"prettier": "1.19.1",
"react": "16.13.1",
"react-beautiful-dnd": "11.0.4",
"react-copy-to-clipboard": "5.0.1",
"react-custom-scrollbars": "4.2.1",
"react-datepicker": "^3.1.3",
"react-docgen-typescript-webpack-plugin": "1.1.0",
"react-dom": "16.13.1",
"react-dropzone": "10.1.7",
"react-flip-move": "3.0.3",
"react-helmet": "5.2.1",
"react-icons": "3.6.1",
"react-intl": "4.5.3",
"react-intl-redux": "2.2.0",
"react-notification-system": "0.2.17",
"react-notification-system-redux": "2.0.0",
"react-popover": "0.5.10",
"react-redux": "7.2.1",
"react-responsive": "7.0.0",
"react-router-dom": "5.2.0",
"react-scroll": "1.7.16",
"react-select": "2.4.3",
"react-simplemde-editor": "4.1.1",
"react-slick": "0.26.1",
"react-spring": "8.0.27",
"react-swipeable-views": "0.13.3",
"react-use-recaptcha-v3": "2.0.2",
"react-visibility-sensor": "5.1.0",
"react-window": "1.8.5",
"react-youtube": "7.9.0",
"redux": "4.0.5",
"redux-actions": "2.6.5",
"redux-actions-api": "0.0.3",
"redux-axios-middleware": "4.0.0",
"redux-form": "8.3.7",
"redux-form-validators": "3.3.2",
"redux-persist": "6.0.0",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"slick-carousel": "1.8.1",
"socket.io-client": "4.2.0",
"uniqid": "5.0.3"
},
"scripts": {
"analyze": "node .bin/analize.js",
"start": "react-scripts start",
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts build",
"test": "REACT_APP_VERSION=$npm_package_version react-scripts test",
"test:ci": "REACT_APP_VERSION=$npm_package_version CI=true SKIP_PREFLIGHT_CHECK=true react-scripts test",
"tslint-lint": "tslint -t verbose \"src/**/*.{ts,tsx}\" --fix",
"prettier-lint": "prettier --write \"src/**/*.{ts,tsx}\" --print-width 120 --single-quote --parser typescript --trailing-comma es5",
"lint": "npm run prettier-lint && npm run tslint-lint",
"lint:ci": "prettier \"src/**/*.{ts,tsx}\" --print-width 120 --single-quote --parser typescript --trailing-comma es5 && tslint -t verbose \"src/**/*.{ts,tsx}\"",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "SKIP_PREFLIGHT_CHECK=true build-storybook -o docs",
"release": "release-it patch commit",
"ln:aglos": "rm -rf node_modules/aglos && ln -s $PWD/../../aglos $PWD/node_modules/aglos"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,json,css,md}": [
"prettier --write --print-width 120 --single-quote --trailing-comma es5",
"git add"
],
"src/**/*.{ts,tsx}": [
"tslint --fix -t verbose",
"prettier --write --print-width 120 --single-quote --parser typescript --trailing-comma es5",
"git add"
]
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}