-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
133 lines (133 loc) · 4.97 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
{
"name": "aos-reminders",
"version": "5.2.9",
"private": true,
"type": "module",
"homepage": "./",
"dependencies": {
"@auth0/auth0-react": "2.2.4",
"@reduxjs/toolkit": "1.9.7",
"@stripe/react-stripe-js": "2.4.0",
"@stripe/stripe-js": "1.54.1",
"bootstrap": "4.6.0",
"core-js": "3.35.0",
"deepmerge": "4.3.1",
"eslint-plugin-import": "^2.29.1",
"jspdf": "1.5.3",
"lodash": "4.17.21",
"luxon": "2.5.2",
"parse5": "6.0.1",
"pdfjs-dist": "2.4.456",
"qs": "6.11.2",
"react": "17.0.2",
"react-beautiful-dnd": "13.1.1",
"react-bootstrap": "1.6.4",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "17.0.2",
"react-dropzone": "11.5.1",
"react-ga4": "2.1.0",
"react-icons": "4.8.0",
"react-modal": "3.16.1",
"react-redux": "7.2.8",
"react-router-dom": "5.3.0",
"react-select": "5.2.2",
"react-switch": "6.0.0",
"redux": "4.2.1",
"redux-persist": "6.0.0",
"sass": "1.32.13",
"string.prototype.matchall": "4.0.10",
"superagent": "7.1.6"
},
"scripts": {
"analyze": "source-map-explorer 'dist/static/js/*.js'",
"build": "tsc && vite build",
"clean": "node clean.js",
"format": "yarn prettier --write \"**/*.*(js|jsx|ts|tsx)\"",
"gitclean:win": "git branch | %{ $_.Trim() } | ?{ $_ -ne 'master' } | %{ git branch -D $_ }",
"gitclean": "git branch | grep -v \"master\" | xargs git branch -D",
"intake:win": "ts-node-dev --respawn --compiler-options \"{ \"\"module\"\": \"\"commonjs\"\"}\" --transpile-only -r tsconfig-paths/register src/utils/dev/intakeTests.ts",
"intake": "ts-node-dev --respawn --compiler-options '{ \"module\": \"commonjs\"}' --transpile-only -r tsconfig-paths/register src/utils/dev/intakeTests.ts",
"lint": "eslint src --max-warnings 0",
"prepush": "yarn clean && yarn format && yarn lint --fix && yarn tsc && yarn test",
"pruneTests:win": "ts-node-dev --respawn --compiler-options \"{ \"\"module\"\": \"\"commonjs\"\"}\" --transpile-only -r tsconfig-paths/register src/utils/dev/pruneTests.ts",
"pruneTests": "ts-node-dev --respawn --compiler-options '{ \"module\": \"commonjs\"}' --transpile-only -r tsconfig-paths/register src/utils/dev/pruneTests.ts",
"start": "vite",
"test": "cross-env TZ=UTC vitest",
"up": "yarn install && yarn upgrade-interactive --latest",
"verify:win": "ts-node-dev --compiler-options \"{ \"\"module\"\": \"\"commonjs\"\"}\" --respawn --transpile-only -r tsconfig-paths/register src/utils/dev/verify.ts",
"verify": "ts-node-dev --compiler-options '{ \"module\": \"commonjs\"}' --respawn --transpile-only -r tsconfig-paths/register src/utils/dev/verify.ts",
"xlsx:win": "ts-node-dev --compiler-options \"{ \"\"module\"\": \"\"commonjs\"\"}\" --respawn --transpile-only -r tsconfig-paths/register src/utils/dev/exportToSheet.ts",
"xlsx": "ts-node-dev --compiler-options '{ \"module\": \"commonjs\"}' --respawn --transpile-only -r tsconfig-paths/register src/utils/dev/exportToSheet.ts"
},
"husky": {
"hooks": {
"pre-commit": "node clean.js && pretty-quick --staged --pattern \"**/*.*(ts|tsx)\""
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 edge version",
"last 1 explorer version",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.7.0",
"@types/jest": "^29.5.12",
"@types/jspdf": "1.3.3",
"@types/lodash": "4.14.202",
"@types/luxon": "2.3.2",
"@types/node": "20.14.10",
"@types/parse5": "6.0.3",
"@types/pdfjs-dist": "2.7.1",
"@types/qs": "6.9.7",
"@types/react": "17.0.43",
"@types/react-beautiful-dnd": "13.1.7",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "17.0.14",
"@types/react-modal": "3.13.1",
"@types/react-redux": "7.1.31",
"@types/react-router-dom": "5.3.3",
"@types/superagent": "4.1.24",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"cross-env": "^7.0.3",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.4",
"globals": "^15.8.0",
"husky": "4.3.8",
"jsdom": "^24.1.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"pretty-quick": "4.0.0",
"replace-in-file": "6.3.5",
"source-map-explorer": "2.5.3",
"ts-node-dev": "1.1.8",
"tsconfig-paths": "3.13.0",
"typescript": "5.3.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3",
"vitest": "^2.0.2",
"workbox-core": "6.5.4",
"workbox-expiration": "6.5.4",
"workbox-precaching": "6.5.4",
"workbox-routing": "6.5.4",
"workbox-strategies": "6.5.4",
"xlsx": "0.17.5"
},
"resolutions": {
"typescript": "5.3.3",
"@typescript-eslint/parser": "^7.16.0",
"autoprefixer": "10.4.5"
}
}