-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "@bjerk/chrome-extension",
"version": "1.3.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint src --ext ts,tsx",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 0"
},
"prettier": "@simenandre/prettier",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@bjerk/eslint-config": "^5.0.0",
"@crxjs/vite-plugin": "2.0.0-beta.18",
"@simenandre/prettier": "^5.0.0",
"@types/chrome": "^0.0.242",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.0",
"prettier": "^3.0.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"packageManager": "pnpm@8.15.9",
"engines": {
"node": "18.17.0"
},
"volta": {
"node": "18.17.0"
}
}