-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
170 lines (170 loc) · 5.4 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
{
"name": "npd-courses-app",
"version": "1.0.0",
"description": "React based courses dashboard app",
"repository": {
"type": "git",
"url": "[email protected]:ahilles107/npd-courses-app.git"
},
"license": "MIT",
"authors": [
{
"name": "Bartłomiej Mikołajczuk"
},
{
"name": "Paweł Mikołajczuk"
}
],
"scripts": {
"prebuild": "npm run build:clean",
"build": "node bin/downloadFavicon.js && cross-env NODE_ENV=production webpack --config config/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
"build:clean": "rimraf ./build",
"clean": "npm run test:clean && npm run build:clean",
"eslint:fix": "eslint -- . --ignore-path .gitignore --fix",
"lint": "npm run lint:js",
"lint:eslint": "eslint --ignore-path .gitignore",
"lint:js": "npm run lint:eslint -- . ",
"start": "cross-env NODE_ENV=development node server",
"start:prod": "cross-env NODE_ENV=production node server",
"start:production": "npm run test && npm run build && npm run start:prod",
"start:production:without:-tests": "npm run build && npm run start:prod",
"pretest": "npm run test:clean && npm run lint",
"test": "cross-env NODE_ENV=test jest --coverage",
"test:clean": "rimraf ./coverage",
"test:watch": "cross-env NODE_ENV=test jest --watchAll"
},
"husky": {
"hooks": {
"pre-push": "yarn lint && yarn test"
}
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@sentry/browser": "^5.12.1",
"@types/jest": "^24.0.5",
"@types/node": "^11.9.4",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^5.1.5",
"@types/redux-logger": "^3.0.7",
"@vimeo/player": "^2.10.0",
"axios": "^0.19",
"chalk": "^2.3.2",
"compression": "1.7.3",
"connected-react-router": "^6.5.2",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "5.2.0",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"enzyme-to-json": "^3.3.5",
"express": "4.16.3",
"fontfaceobserver": "2.0.13",
"history": "4.7.2",
"hoist-non-react-statics": "3.0.1",
"i18next": "^15.0.4",
"immer": "^3.2.0",
"immutable": "3.8.2",
"invariant": "2.2.4",
"ip": "1.1.5",
"jest": "^23.0.0",
"lodash": "^4.17.11",
"minimist": "1.2.0",
"node-fetch": "^2.6.0",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.0",
"react-i18next": "^10.1.2",
"react-loadable": "^5.5.0",
"react-redux": "7.0.2",
"react-router-dom": "^5.1.2",
"react-swipeable-views": "^0.13.9",
"react-testing-library": "6.1.2",
"redux": "3.7.2",
"redux-immutable": "4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "1.0.5",
"reselect": "4.0.0",
"sanitize.css": "8.0.0",
"typescript": "^3.3.3",
"warning": "^4.0.1",
"webpack-assets-manifest": "^3.1.1",
"webpack-pwa-manifest": "^4.2.0",
"whatwg-fetch": "2.0.4",
"workbox-webpack-plugin": "^5.1.3"
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-modules-commonjs": "7.1.0",
"@babel/plugin-transform-react-constant-elements": "7.0.0",
"@babel/plugin-transform-react-inline-elements": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "^7.0.0",
"add-asset-html-webpack-plugin": "3.0.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-react-intl": "3.0.1",
"babel-plugin-react-transform": "3.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.19",
"circular-dependency-plugin": "5.0.2",
"css-loader": "1.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "5.7.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-redux-saga": "1.1.0",
"eventsource-polyfill": "0.9.6",
"exports-loader": "0.7.0",
"file-loader": "1.1.11",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"husky": "^2.4.0",
"imports-loader": "0.8.0",
"jest-cli": "23.6.0",
"lint-staged": "7.3.0",
"node-plop": "0.16.0",
"node-sass": "^4.7.2",
"null-loader": "0.1.1",
"plop": "2.1.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.16.4",
"react-test-renderer": "^16.5.2",
"rimraf": "2.6.2",
"sass-loader": "^7.0.1",
"shelljs": "^0.8.1",
"style-loader": "0.23.1",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.3",
"url-loader": "1.1.2",
"webpack": "4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "3.4.0",
"webpack-hot-middleware": "2.24.3"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=5"
}
}