-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.29 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": "chatgpt-question-navigator",
"private": false,
"version": "3.0.0",
"packageManager": "[email protected]",
"type": "module",
"files": [
"dist"
],
"keywords": [
"ChatGPT",
"user script",
"greasyfork"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JianJroh/chatgpt-question-navigator.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"check:type": "tsc",
"lint": "eslint . --ext ts,tsx",
"release": "bumpp --commit --tag --push"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.2.1",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@unocss/preset-attributify": "^0.51.12",
"@unocss/transformer-variant-group": "^0.51.12",
"@vitejs/plugin-react": "^4.0.0",
"bumpp": "^9.5.2",
"eslint": "^8.39.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"typescript": "^5.0.4",
"unocss": "^0.51.12",
"unocss-preset-scrollbar": "^0.2.1",
"vite": "^4.3.1",
"vite-plugin-monkey": "^3.2.1"
}
}