-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.6 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
{
"name": "hey-chatgpt",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/**/* --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint --fix src/**/* --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/base": "^5.0.0-alpha.118",
"@mui/system": "^5.11.9",
"extract-json-from-string": "^1.0.1",
"js-cookie": "^3.0.1",
"react": "^18.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.0.2",
"react-icons": "^4.7.1",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"zustand": "^4.3.3"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.11.11",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.0",
"@types/webextension-polyfill": "^0.9.2",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"vite": "^2.9.15",
"webextension-polyfill": "^0.10.0"
},
"packageManager": "[email protected]"
}