This repository was archived by the owner on Apr 27, 2026. 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
47 lines (47 loc) · 1.44 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.44 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
{
"name": "say-what",
"version": "1.0.0",
"description": "Management of speech settings and favorites for the Whisper app",
"scripts": {
"test": "node ./dist/tests.js",
"format": "prettier ./src --write",
"dev": "parcel build src/public/index.html --public-url ./ --no-cache --no-optimize",
"build": "rm -f dist/* && parcel build src/public/index.html --public-url ./ --no-cache --no-source-maps"
},
"keywords": [],
"author": "Daniel Brotsky <dan@clickonetwo.io>",
"license": "GNU Affero Public License v3",
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@tanstack/react-query": "^5.17.19",
"fnv-plus": "^1.3.1",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/fnv-plus": "^1.3.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.4.0",
"events": "^3.3.0",
"npm": "^10.3.0",
"os-browserify": "^0.3.0",
"parcel": "^2.11.0",
"path-browserify": "^1.0.1",
"prettier": "^3.2.4",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"typescript": "^5.3.3",
"vm-browserify": "^1.1.2"
}
}