-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.19 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
{
"name": "teamlog-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/date-fns-jalali": "^2.10.8",
"@loadable/component": "^5.14.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/react-responsive": "^8.0.2",
"ansi-regex": "^6.0.0",
"date-fns": "^2.21.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"google-map-react": "^2.1.9",
"http-proxy-middleware": "^1.3.1",
"image-resize": "^1.1.5",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-geocode": "^0.2.3",
"react-material-ui-carousel": "^2.2.4",
"react-motion": "^0.5.2",
"react-places-autocomplete": "^7.3.0",
"react-responsive": "^8.2.0",
"react-responsive-carousel": "^3.2.18",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.3",
"supercluster": "^7.1.3",
"use-supercluster": "^0.2.9",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"airbnb"
],
"rules": {
"react/prefer-stateless-function": 0,
"react/jsx-filename-extension": 0,
"react/jsx-one-expression-per-line": 0,
"import/no-named-as-default": 0
}
},
"eslintIgnore": [
"src/user/UserSelect.js",
"src/task/TaskCreateForm.js",
"src/mock/datalist.js",
"src/post-management/media.js",
"src/post-management/tag.js",
"src/file/filetest.js",
"src/project-management/projectmain.js",
"src/task/MultiTimePicker.jsx",
"src/task/TaskContainer.jsx",
"src/task/TaskCreateForm.jsx",
"src/task/TaskItem.jsx",
"src/project/ProjectItem.jsx",
"ProjectListContainer.jsx",
"src/organisms/ThumbnailList.js",
"src/organisms/PlacesSearchApi.js",
"src/post-management/comment.js",
"src/post-management/commentlist.js",
"src/comment/comment.js",
"src/pusherUtils.js",
"public/service-worker.js"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0"
},
"proxy": "http://3.15.16.150:8090"
}