This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
126 lines (126 loc) · 3.99 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
119
120
121
122
123
124
125
126
{
"name": "mui-next-ts",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "Jaime Leonardo Suncin Cruz <leosuncin@gmail.com>",
"main": "next.config.js",
"scripts": {
"build": "next build",
"cy:open": "cypress open --config experimentalComponentTesting=true,componentFolder=cypress/component,supportFile=cypress/support/component-test",
"debug": "NODE_OPTIONS='--inspect-brk' next",
"dev": "next dev",
"export": "next export",
"lint": "run-p lint:*",
"lint:eslint": "next lint",
"lint:tsc": "tsc --noEmit --noErrorTruncation --pretty false --incremental false",
"prepare": "husky install",
"start": "next start",
"start:e2e": "start-test dev 3000 test:e2e",
"test": "jest",
"test:component": "cypress run --config-file cypress-unit.json",
"test:e2e": "cypress run",
"test:watch": "jest --watch"
},
"keywords": [],
"optionalDependencies": {
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@date-io/luxon": "^2.13.1",
"@hookform/resolvers": "^2.8.8",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@nano-sql/adapter-leveldb": "^2.0.5",
"@nano-sql/core": "^2.3.7",
"@nano-sql/plugin-fuzzy-search": "^2.0.2",
"@xstate/react": "^2.0.0",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"luxon": "^2.3.0",
"mui-datatables": "^3.8.0",
"next": "^12.0.10",
"next-fonts": "^1.5.1",
"nookies": "^2.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.27.0",
"swr": "^1.2.1",
"use-effect-reducer": "^0.7.0",
"xstate": "^4.29.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@bahmutov/cy-api": "^1.6.2",
"@cypress/code-coverage": "3.9.12",
"@cypress/schema-tools": "^4.7.9",
"@cypress/webpack-preprocessor": "^5.11.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@jackfranklin/test-data-bot": "^1.4.0",
"@mswjs/data": "^0.9.0",
"@testing-library/cypress": "^8.0.2",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/js-cookie": "^3.0.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash.set": "^4.3.6",
"@types/luxon": "^2.0.9",
"@types/mui-datatables": "^3.7.7",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/yup": "^0.29.13",
"@xstate/test": "^0.5.1",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-typescript-to-proptypes": "^2.0.0",
"cypress": "^9.4.1",
"cypress-dotenv": "^2.0.0",
"cypress-terminal-report": "^3.4.2",
"cypress-wait-until": "^1.7.2",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint-config-next": "^12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-testing-library": "^5.0.5",
"fast-check": "^2.21.0",
"husky": "^7.0.4",
"istanbul-lib-coverage": "^3.2.0",
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^12.3.3",
"lodash.set": "^4.3.2",
"msw": "^0.36.8",
"node-mocks-http": "^1.11.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"prettier-plugin-package": "^1.3.0",
"prettier-plugin-sorted": "^2.0.0",
"source-map-support": "^0.5.21",
"start-server-and-test": "^1.14.0",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"webpack": "^5.68.0"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"report-dir": "coverage/e2e",
"exclude": [
"pages/api/__coverage__.ts",
"utils/test-server/**/*",
"utils/factories.ts"
]
}
}