-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.85 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
{
"name": "ege-hack",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/react": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@material-ui/core": "^4.9.13",
"@material-ui/lab": "^4.0.0-alpha.52",
"@redux-saga/core": "^1.1.3",
"@types/classnames": "^2.2.9",
"@types/jest": "^25.1.3",
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.4",
"@types/react": "^16.9.22",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/react-select": "^3.0.10",
"@types/react-sticky-el": "^1.0.2",
"@types/react-transition-group": "^4.2.4",
"@types/react-truncate": "^2.3.3",
"@types/traverse": "^0.6.32",
"antd": "^4.2.0",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"element-closest": "^3.0.1",
"history": "^4.10.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.11",
"lorem-ipsum": "^2.0.3",
"mobile-detect": "^1.4.4",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"node-sass": "^4.12.0",
"notistack": "^0.9.11",
"placeholder-loading": "^0.2.4",
"prop-types": "^15.7.2",
"rc-tree": "^3.2.2",
"react": "^16.9.0",
"react-app-polyfill": "^1.0.2",
"react-bootstrap": "^1.0.0-beta.14",
"react-countdown-now": "^2.1.2",
"react-custom-scrollbars": "^4.2.1",
"react-day-picker": "^7.4.0",
"react-dom": "^16.9.0",
"react-dropzone-uploader": "^2.10.1",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-select": "^3.0.8",
"react-sticky": "^6.0.3",
"react-sticky-el": "^1.0.20",
"react-times": "^3.1.12",
"react-transition-group": "^4.3.0",
"react-truncate": "^2.4.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"traverse": "^0.6.6",
"ts-enum-util": "^4.0.1",
"typescript": "^3.8.2"
},
"scripts": {
"start": "react-scripts start",
"start-custom-port-win": "set PORT=80 && react-scripts start",
"start-custom-post-mac": "sudo PORT=80 npm run start",
"build:prod": "react-scripts build",
"build:staging": "env-cmd -f .env.staging react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build",
"lint": "tslint --project . && npm run eslint && npm run stylelint",
"lint:debug": "TIMING=1 npm run lint",
"stylelint": "stylelint \"src/{components,styles}/**/*.{ts,tsx}\"",
"eslint": "EFF_BY_ISSUE=true EFF_NO_SOURCE=true eslint \"src/**/*.{ts,tsx,js,jsx}\" --format friendly",
"eslint:fix": "npm run eslint -- --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.6.1",
"@typescript-eslint/parser": "2.6.1",
"env-cmd": "^10.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-simple-import-sort": "^5.0.2",
"eslint-plugin-typescript-sort-keys": "^0.8.0",
"gh-pages": "^2.1.1",
"prettier": "^2.0.4",
"stylelint": "^13.3.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.2.0"
}
}