-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.77 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aicdev/snowflakejs": "0.0.3",
"@fullcalendar/daygrid": "^5.4.0",
"@fullcalendar/interaction": "^5.4.0",
"@fullcalendar/react": "^5.4.0",
"@fullcalendar/timegrid": "^5.4.0",
"axios": "^0.18.1",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"formik": "^2.1.5",
"history": "^4.10.1",
"immer": "^6.0.9",
"jsonapi-serializer": "^3.6.6",
"markdown": "^0.5.0",
"moment": "^2.27.0",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-facebook-login": "^4.1.1",
"react-google-calendar-api": "^1.2.1",
"react-google-login": "^5.1.21",
"react-helmet": "^5.2.1",
"react-js-pagination": "^3.0.3",
"react-moment": "^0.8.4",
"react-redux": "^6.0.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-select": "^3.1.0",
"react-toastify": "^5.5.0",
"reactstrap": "^8.5.1",
"redux": "^4.0.5",
"redux-form": "^8.3.6",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"yup": "^0.28.5"
},
"scripts": {
"start": "webpack-dev-server --open --hot --port 4200",
"build": "webpack --mode production --config=webpack.prod.config.js",
"prettier": "prettier --check **/*.js",
"prettier:fix": "prettier --write **/*.js",
"lint:fix": "eslint --ext .ts,.js,.jsx --ignore-path .gitignore ./src --fix",
"lint": "eslint --ext .ts,.js,.jsx --ignore-path .gitignore ./src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^2.1.1",
"dotenv": "^8.2.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-redux-saga": "^1.1.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"prettier": "^2.0.5",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}