-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
155 lines (155 loc) · 4.52 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "gymtracker",
"version": "0.0.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write .",
"test": "yarn run jest -env=jsdom"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.1",
"@mui/lab": "^5.0.0-alpha.68",
"@mui/material": "^5.4.1",
"@paypal/react-paypal-js": "^7.5.0",
"@reduxjs/toolkit": "^1.7.2",
"@types/animejs": "^3.1.4",
"@types/chance": "^1.1.3",
"@types/d3-scale": "^4.0.2",
"@types/d3-shape": "^3.0.2",
"@types/howler": "^2.2.5",
"@types/moment": "^2.13.0",
"@types/moment-precise-range-plugin": "^0.2.0",
"@types/react-input-mask": "^3.0.1",
"@types/react-sound": "^1.2.3",
"@types/recharts": "^1.8.23",
"add": "^2.0.6",
"animejs": "^3.2.1",
"axios": "^0.25.0",
"babel-jest": "^27.4.4",
"chance": "^1.1.8",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0",
"date-fns": "^2.28.0",
"esbuild": "^0.14.2",
"firebase": "^8.10.1",
"formik": "^2.2.9",
"howler": "^2.2.3",
"lodash": "^4.17.21",
"material-ui-confirm": "^3.0.2",
"moment": "^2.29.1",
"moment-precise-range": "^0.2.0",
"moment-precise-range-plugin": "^1.3.0",
"progress-ring-component": "^1.0.18",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.27.1",
"react-input-mask": "^2.0.4",
"react-lazy-load-image-component": "^1.5.1",
"react-query": "^3.34.16",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-virtualized": "^9.22.3",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"react-with-firebase-auth": "^1.3.11",
"recharts": "^2.1.9",
"redux-thunk": "^2.4.1",
"shortid": "^2.2.16",
"styled-components": "^5.3.3",
"thunk": "^0.0.1",
"use-no-sleep": "^0.3.1",
"use-sound": "^4.0.1",
"yarn": "^1.22.17",
"yup": "^0.32.11"
},
"devDependencies": {
"@cypress/react": "^5.12.1",
"@cypress/vite-dev-server": "^2.2.2",
"@types/enzyme": "^3.10.10",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/react": "^17.0.0",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react": "^1.0.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-preset-react-app": "^10.0.1",
"cypress": "^9.3.1",
"enzyme": "^3.11.0",
"enzyme-matchers": "^7.1.2",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.4.4",
"jest-circus": "^27.4.4",
"jest-resolve": "^27.4.4",
"jest-scss-transform": "^1.0.1",
"jest-watch-typeahead": "^1.0.0",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.1.1",
"typescript": "^4.3.2",
"vite": "^2.6.4",
"vite-plugin-pwa": "^0.11.13"
},
"jest": {
"roots": [
"<rootDir>/src"
],
"setupFilesAfterEnv": [
"<rootDir>/jest/mocks/jest.setup.js"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"testEnvironment": "jsdom",
"transform": {
"^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/jest/mocks/cssMock.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
],
"moduleNameMapper": {
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
],
"resetMocks": true
},
"babel": {
"env": {
"test": {
"presets": [
"react-app"
]
}
}
}
}