-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.33 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
{
"name": "soeezauto-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cy-open": "cypress open",
"cy-run": "cypress run",
"test": "start-server-and-test dev 3000 cy-open"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.59",
"axios": ">=0.21.2",
"clsx": "^1.1.1",
"localforage": "^1.9.0",
"mui-datatables": "^3.7.7",
"next": "^12.1.1-canary.10",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "^7.0.2",
"normalize-diacritics": "^2.14.0",
"pdf-parse": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-cookie": "^4.0.3",
"react-diff-viewer": "^3.1.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-form": "^8.3.7",
"redux-saga": "^1.1.3",
"sass": "^1.35.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@cypress/react": "^5.9.4",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"babel-jest": "^27.0.6",
"cypress": "^8.3.0",
"cypress-wait-until": "^1.7.1",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"msw": "^0.33.1",
"prettier": "^2.3.2",
"start-server-and-test": "^1.13.1"
},
"msw": {
"workerDirectory": "public"
}
}