-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.72 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
{
"name": "emissary-chrome-extension",
"version": "2024.09.19",
"description": "A simple chrome extension written by AI 🤖 to help you send webhook messages.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/azdolinski/emissary.git"
},
"scripts": {
"build": "vite build",
"dev": "nodemon"
},
"type": "module",
"dependencies": {
"@emotion/react": "^11.13.3",
"@mantine/core": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantinex/mantine-logo": "^1.0.1",
"@tabler/icons-react": "^3.17.0",
"@types/react-tooltip": "^3.11.0",
"flowbite-react": "^0.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"react-tooltip": "^5.28.0",
"slate": "^0.103.0",
"slate-history": "^0.109.0",
"slate-react": "^0.110.1",
"webextension-polyfill": "^0.11.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@onlook/babel-plugin-react": "^2.1.1",
"@types/chrome": "^0.0.268",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"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.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"fs-extra": "^11.2.0",
"nodemon": "^3.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}