-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 4.81 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
{
"name": "eliftech-school-2019",
"version": "0.0.0",
"private": false,
"engines": {
"node": ">=12.15.0",
"yarn": ">=1.19.1"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"scripts": {
"build": "babel-node scripts/run build --release",
"build-stats": "yarn run build --release --analyse",
"bundle": "babel-node scripts/run bundle",
"clean": "babel-node scripts/run clean",
"copy": "babel-node scripts/run copy",
"deploy": "babel-node scripts/run deploy",
"fix": "yarn run fix-js && yarn run fix-css",
"fix-css": "yarn run lint-css --fix",
"fix-js": "yarn run lint-js --fix",
"lint": "yarn run lint-js && yarn run lint-css",
"lint-css": "stylelint \"src/**/*.{css,less,styl,scss,sass,sss}\"",
"lint-js": "eslint --ignore-pattern \"!**/.*\" .",
"render": "babel-node scripts/run render",
"serve": "babel-node scripts/run run-server",
"start": "babel-node scripts/run start",
"test": "jest",
"test-update": "jest -u"
},
"dependencies": {
"@babel/runtime": "~7.8.7",
"body-parser": "~1.19.0",
"bootstrap": "~4.4.1",
"classnames": "~2.2.6",
"compression": "~1.7.4",
"cookie-parser": "~1.4.4",
"core-js": "~3.6.4",
"express": "~4.17.1",
"history": "~4.10.1",
"immutable": "4.0.0-rc.12",
"isomorphic-cookie": "~1.2.4",
"isomorphic-style-loader": "~5.1.0",
"lodash": "~4.17.15",
"node-fetch": "~2.6.0",
"normalize.css": "~8.0.1",
"pretty-error": "~2.1.1",
"prop-types": "~15.7.2",
"query-string": "~6.11.1",
"react": "~16.13.0",
"react-dom": "~16.13.0",
"react-draggable": "~4.2.0",
"react-redux": "~7.2.0",
"redux": "~4.0.5",
"redux-form": "~8.3.1",
"redux-thunk": "~2.3.0",
"regenerator-runtime": "0.13.3",
"serialize-javascript": "~3.0.0",
"socket.io-client": "^2.3.0",
"source-map-support": "0.5.16",
"universal-router": "~9.0.0",
"whatwg-fetch": "~3.0.0"
},
"devDependencies": {
"@babel/core": "~7.8.7",
"@babel/node": "~7.8.7",
"@babel/plugin-proposal-class-properties": "~7.8.3",
"@babel/plugin-proposal-decorators": "~7.8.3",
"@babel/plugin-transform-react-constant-elements": "~7.8.3",
"@babel/plugin-transform-react-inline-elements": "~7.8.3",
"@babel/plugin-transform-runtime": "~7.8.3",
"@babel/preset-env": "~7.8.7",
"@babel/preset-react": "~7.8.3",
"@types/jest": "~25.1.4",
"@types/react-dev-utils": "~9.0.4",
"@types/webpack-hot-middleware": "~2.25.0",
"@welldone-software/why-did-you-render": "~4.0.5",
"babel-eslint": "~10.1.0",
"babel-jest": "~25.1.0",
"babel-loader": "~8.0.6",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browser-sync": "~2.26.7",
"chokidar": "~3.3.1",
"css-loader": "~3.4.2",
"enzyme": "~3.11.0",
"enzyme-adapter-react-16": "~1.15.2",
"enzyme-to-json": "~3.4.4",
"eslint": "~6.8.0",
"eslint-config-airbnb": "~18.0.1",
"eslint-config-prettier": "~6.10.0",
"eslint-import-resolver-node": "0.3.3",
"eslint-plugin-array-func": "~3.1.4",
"eslint-plugin-eslint-comments": "~3.1.2",
"eslint-plugin-import": "~2.20.1",
"eslint-plugin-jest": "~23.8.2",
"eslint-plugin-jsx-a11y": "~6.2.3",
"eslint-plugin-lodash": "~6.0.0",
"eslint-plugin-postcss-modules": "~1.1.2",
"eslint-plugin-prettier": "~3.1.2",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-react": "~7.18.3",
"eslint-plugin-react-hooks": "~2.5.0",
"eslint-plugin-react-perf": "~3.2.3",
"eslint-plugin-unicorn": "~16.1.1",
"file-loader": "~5.1.0",
"glob": "~7.1.6",
"husky": "~4.2.3",
"identity-obj-proxy": "~3.0.0",
"jest": "~25.1.0",
"jest-static-stubs": "0.0.1",
"lint-staged": "~10.0.8",
"mkdirp": "~1.0.3",
"null-loader": "~3.0.0",
"pixrem": "~5.0.0",
"pleeease-filters": "~4.0.0",
"postcss": "~7.0.27",
"postcss-calc": "~7.0.2",
"postcss-csso": "~4.0.0",
"postcss-flexbugs-fixes": "~4.2.0",
"postcss-import": "~12.0.1",
"postcss-loader": "~3.0.0",
"postcss-preset-env": "~6.7.0",
"prettier": "~1.19.1",
"react-deep-force-update": "~2.1.3",
"react-dev-utils": "~10.2.0",
"react-error-overlay": "~6.0.6",
"redux-devtools-extension": "~2.13.8",
"redux-logger": "~3.0.6",
"redux-mock-store": "~1.5.4",
"rimraf": "~3.0.2",
"style-loader": "~1.1.3",
"stylelint": "~13.2.0",
"stylelint-config-standard": "~20.0.0",
"stylelint-order": "~4.0.0",
"typescript": "~3.8.3",
"unused-webpack-plugin": "~2.4.0",
"url-loader": "~3.0.0",
"webpack": "~4.42.0",
"webpack-assets-manifest": "~3.1.1",
"webpack-bundle-analyzer": "~3.6.0",
"webpack-dev-middleware": "~3.7.2",
"webpack-hot-middleware": "~2.25.0",
"webpack-node-externals": "~1.7.2"
}
}