-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.46 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
{
"name": "wavebox_infinity_flow",
"version": "1.0.0",
"description": "Easily create extensions using Wavebox Flow to customize your browsing experience",
"scripts": {
"watch": "webpack serve --mode=development --env=development",
"start": "webpack --mode=development",
"build": "webpack --mode=production",
"test": "eslint src --ext .ts,.tsx",
"postinstall": "patch-package"
},
"keywords": [],
"author": "Thomas Beverley<[email protected]>",
"license": "AGPL-3.0-only",
"devDependencies": {
"@types/chrome": "^0.0.263",
"@types/less": "^3.0.6",
"@types/react": "^18.2.66",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.22",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/throttle-debounce": "^5.0.2",
"@types/uuid": "^9.0.8",
"@types/valid-url": "^1.0.7",
"@types/wicg-file-system-access": "^2023.10.5",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"circular-dependency-plugin": "^5.2.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"html-webpack-plugin": "^5.6.0",
"incstr": "^1.2.3",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.8.1",
"patch-package": "^8.0.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.3"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@nem035/gpt-3-encoder": "^1.1.7",
"@reduxjs/toolkit": "^2.2.1",
"clsx": "^2.1.0",
"events": "^3.3.0",
"fast-memoize": "^2.5.2",
"idb-keyval": "^6.2.1",
"memoize-one": "^6.0.0",
"nanoid": "^5.0.6",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-redux": "^9.1.0",
"react-sizeme": "^3.0.2",
"react-syntax-highlighter": "^15.5.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sanitize-filename": "^1.6.3",
"throttle-debounce": "^5.0.0",
"ua-parser-js": "^2.0.0-beta.2",
"uuid": "^9.0.1",
"valid-url": "^1.0.9"
}
}