-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.89 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.89 KB
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
{
"name": "it-taskslog",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"ansi-regex": "6.0.1",
"braces": "3.0.3",
"browserslist": "4.19.3",
"chokidar": "3.5.3",
"color-string": "1.9.0",
"dns-packet": "5.4.0",
"glob-parent": "6.0.2",
"immer": "9.0.12",
"is-svg": "4.4.0",
"js-yaml": "4.1.0",
"materialize-css": "^1.0.0",
"mem": "9.0.2",
"merge": "2.1.1",
"moment": "^2.29.4",
"node-notifier": "10.0.1",
"normalize-url": "7.0.3",
"nth-check": "2.0.1",
"path-parse": "1.0.7",
"react": "^17.0.2",
"react-dev-utils": "12.0.0",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-redux": "^7.2.6",
"react-scripts": "^5.0.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"set-value": "4.1.0",
"sockjs": "0.3.24",
"tmpl": "1.0.5",
"urijs": "1.19.11",
"url-parse": "1.5.10",
"uuid": "8.3.2",
"web-vitals": "^2.1.4",
"webpack-dev-server": "4.7.4",
"yargs-parser": "21.0.0"
},
"scripts": {
"start": "react-scripts start",
"json-server": "json-server --watch db.json --port 5000",
"dev": "concurrently \"npm start\" \"npm run json-server\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"concurrently": "^7.0.0",
"json-server": "^0.17.1"
},
"proxy": "http://localhost:5000"
}