-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 899 Bytes
/
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
{
"name": "crx-template",
"private": false,
"version": "v1.53",
"description": "Chrome Extension Template with Mantine UI",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"keywords": [
"chrome-extension",
"mantine",
"template"
],
"author": "",
"license": "ISC",
"dependencies": {
"@mantine/core": "^7.16.0",
"@mantine/hooks": "^7.15.3",
"@mantine/notifications": "^7.16.0",
"@tabler/icons-react": "^2.47.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.21",
"@types/chrome": "^0.0.254",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.4",
"vite": "^5.0.10"
}
}