-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.53 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
{
"name": "unofficial-flex-extension",
"version": "3.0.0",
"private": true,
"scripts": {
"_build": "rm -rf ./unofficial-flex-extension && rm -rf ./unofficial-flex-extension.zip && craco build && zip -r unofficial-flex-extension.zip ./unofficial-flex-extension",
"build": "vite build",
"build:dev": "NODE_ENV=development vite build --mode development",
"dev": "nodemon",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@floating-ui/react": "^0.26.9",
"@mui/icons-material": "^5.8.2",
"@mui/material": "^5.8.2",
"@mui/system": "^5.15.13",
"@mui/x-date-pickers": "^5.0.8",
"@tanstack/react-query": "^5.24.1",
"axios": "^1.6.7",
"classnames": "^2.5.1",
"dayjs": "^1.11.6",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-error-boundary": "^4.0.13",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chrome": "^0.0.256",
"@types/lodash": "^4.14.182",
"@types/node": "^20.11.28",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^8.0.1",
"jest": "^28.1.0",
"jsdom": "^24.0.0",
"lint-staged": "^13.0.2",
"nodemon": "^3.1.0",
"postcss": "^8.4.35",
"postcss-nested": "^6.0.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^28.0.4",
"typescript": "^5.3.3",
"vite": "^5.1.7",
"vitest": "^1.4.0"
},
"msw": {
"workerDirectory": [
"public"
]
},
"packageManager": "[email protected]"
}