-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.11 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
{
"name": "HomeWork",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/snaquekiller/HomeWork.git",
"author": "nicolas.guitton <nic.guitton@gmail.com>",
"license": "MIT",
"scripts": {
"start": "webpack serve --mode development",
"lintSh": "bash ./bin/lint.sh",
"startOld": "webpack --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/runtime-corejs2": "^7.12.5",
"@types/react-bootstrap": "^0.32.25",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"html-webpack-plugin": "^5.0.0-alpha.15",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"axios": "^0.21.0",
"css-loader": "^5.0.1",
"downshift": "^6.0.6",
"eslint-plugin-react-hooks": "^4.2.0",
"js-cookie": "^2.2.1",
"mobx": "^6.0.4",
"mobx-react": "^7.0.5",
"path": "^0.12.7",
"querystring": "^0.2.0",
"randomcolor": "^0.6.2",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-burger-menu": "^2.9.2",
"react-dom": "^17.0.1",
"react-intl": "^5.10.6",
"react-loader-spinner": "^3.1.14",
"react-number-format": "^4.4.1",
"react-overlays": "^4.1.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.1",
"react-text-mask": "^5.4.3",
"react-toastify": "^6.1.0",
"recharts": "^1.8.5",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1"
}
}