This repository was archived by the owner on Dec 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 4.95 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 4.95 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
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
{
"name": "kelp",
"version": "0.0.1",
"private": true,
"description": "Kelp brings your data together in one place",
"homepage": "https://www.kelp.nyc",
"repository": "https://github.com/zamiang/kelp",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Brennan Moore",
"email": "brennanmoore@gmail.com",
"url": "https://www.zamiang.com"
},
"type": "module",
"main": "pages/_index.tsx",
"sideEffects": false,
"scripts": {
"analyze": "ANALYZE=true next build",
"audit-dependencies": "npm audit --audit-level=high --production",
"build": "next build",
"dev:extension": "NODE_ENV=development webpack --watch --config=extension/webpack.dev.js",
"build-extension": "rimraf extension/dist && NODE_ENV=production webpack --config=extension/webpack.config.js",
"build-extension:safari": "rimraf 'extension/safari/extension Extension/Resources' && NODE_ENV=production webpack --config=extension/webpack-safari.config.js",
"dev": "next -p ${PORT:-3000}",
"lint": "npx eslint './**/*.{js,ts,tsx}'",
"lint:exports": "npx ts-unused-exports tsconfig-website-and-extension.json --exitWithCount --searchNamespaces --showLineNumber --excludePathsFromReport='pages;components/store/helpers.ts;components/store/use-store.tsx;components/shared/calendar-helpers.ts;components/meeting/line-calendar.tsx'",
"lint:fix": "npx eslint --fix './**/*.{js,ts,tsx}'",
"format": "prettier --write \"{pages,components,constants,extension}/**/*.{ts,tsx,js}\"",
"format:check": "prettier --list-different \"{pages,components,constants}/**/*.{ts,tsx,js}\"",
"start": "next start -p ${PORT:-3000}",
"start-extension": "webpack --watch",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"typecheck": "node node_modules/.bin/tsc --project tsconfig.json --noEmit --pretty"
},
"dependencies": {
"@azure/msal-browser": "4.19.0",
"@azure/msal-react": "3.0.17",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.1",
"@microsoft/microsoft-graph-client": "3.0.7",
"@mui/lab": "7.0.0-beta.16",
"@mui/material": "7.3.1",
"@mui/styles": "6.5.0",
"@rehooks/component-size": "1.0.3",
"@svgr/webpack": "6.2.1",
"@types/chrome": "0.0.181",
"@types/d3": "7.1.0",
"@types/express": "4.17.13",
"@types/gapi": "0.0.41",
"@types/gapi.auth2": "0.0.56",
"@types/gapi.client.calendar": "3.0.10",
"@types/gapi.client.drive": "3.0.13",
"@types/gapi.client.people": "1.0.3",
"@types/lodash": "4.14.182",
"@types/pluralize": "0.0.29",
"@types/psl": "1.1.0",
"@types/react-beautiful-dnd": "13.1.2",
"@types/react-linkify": "1.0.1",
"@types/react-onclickoutside": "6.7.4",
"@types/url-regex": "4.1.0",
"buffer": "6.0.3",
"clsx": "1.1.1",
"d3": "7.4.4",
"date-fns": "2.28.0",
"express": "4.21.2",
"fuse.js": "6.5.3",
"idb": "7.0.1",
"lodash": "4.17.21",
"material-ui-popup-state": "5.0.9",
"next": "15.4.6",
"next-compose-plugins": "2.2.1",
"next-react-svg": "1.0.0",
"next-secure-headers": "2.2.0",
"p-ratelimit": "1.0.1",
"pluralize": "8.0.0",
"psl": "1.8.0",
"react": "18.2.0",
"react-async-hook": "4.0.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-linkify": "1.0.0-alpha",
"react-router-dom": "6.3.0",
"react-use": "17.5.0",
"rimraf": "3.0.2",
"sitemap": "7.1.1",
"stream-browserify": "3.0.0",
"styled-components": "5.3.5",
"typescript": "5.9.2",
"url": "0.11.0",
"url-regex": "5.0.0",
"vm-browserify": "1.1.2",
"webpack": "5.101.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "5.2.2"
},
"devDependencies": {
"@babel/core": "7.28.0",
"@babel/preset-env": "7.28.0",
"@babel/preset-react": "7.27.1",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "20.11.17",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"babel-loader": "8.2.5",
"copy-webpack-plugin": "10.2.4",
"crypto-browserify": "3.12.0",
"css-loader": "6.7.1",
"eslint": "9.32.0",
"eslint-config-next": "15.4.6",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-material-ui": "1.0.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-security": "1.5.0",
"file-loader": "6.2.0",
"globals": "16.3.0",
"jsdom": "26.1.0",
"prettier": "3.6.2",
"process": "0.11.10",
"style-loader": "3.3.1",
"ts-loader": "9.3.0",
"ts-unused-exports": "7.0.3",
"tslint": "6.1.3",
"typescript-eslint": "8.39.0",
"url-loader": "4.1.1",
"vitest": "3.2.4"
},
"engines": {
"node": "22.x"
},
"cacheDirectories": [
".next/cache"
]
}