-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
125 lines (125 loc) · 3.44 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "webvpn-converter",
"version": "2.1.0",
"author": {
"name": "lcandy2",
"email": "vanilla@citrons.cc",
"url": "https://github.com/lcandy2"
},
"private": true,
"description": "轻松访问校内网络资源,无需繁琐设置,只需粘贴链接,常规网址即刻转化为您学校的Web VPN网址。",
"license": "MIT",
"keywords": [
"nextjs",
"webvpn",
"react",
"material-ui",
"university",
"school",
"college",
"converter",
"webvpn-converter",
"pwa",
"progressive web app",
"webvpn 转换器",
"大学",
"学校",
"学院",
"转换器",
"webvpn 转换",
"vpn",
"web-application"
],
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/lcandy2/webvpn-converter.git"
},
"homepage": "https://wpn.citrons.cc",
"bugs": {
"url": "https://github.com/lcandy2/webvpn-converter/issues"
},
"scripts": {
"dev": "next dev",
"build": "npm-run-all --sequential build:bookmarklet build:next",
"build:next": "next build",
"build:next-analyze": "ANALYZE=true next build",
"build:bookmarklet": "pnpm --filter @webvpn-converter/bookmarklet run build",
"build:readme": "pnpm --filter @webvpn-converter/readme run build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@lit-labs/nextjs": "^0.2.0",
"@lit/react": "^1.0.5",
"@material/web": "^2.0.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^5.16.6",
"@next/bundle-analyzer": "^14.2.5",
"@next/third-parties": "^14.2.5",
"@serwist/next": "^9.0.5",
"@serwist/precaching": "^9.0.5",
"@vercel/analytics": "^1.3.1",
"aes-js": "^3.1.2",
"jotai": "^2.9.3",
"js-cookie": "^3.0.5",
"lit": "^3.2.0",
"million": "^3.1.11",
"next": "14.2.5",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"serwist": "^9.0.5",
"sharp": "^0.33.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"@types/aes-js": "^3.1.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "4.1.3",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.41",
"prettier": "3.3.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
},
"lint-staged": {
"**/*": "prettier --ignore-unknown --write",
"**/*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"sideEffects": false,
"prettier": {
"semi": true,
"singleQuote": true
},
"workspaces": [
"packages/bookmarklet",
"packages/readme"
],
"eslintIgnore": [
"public",
"dist",
"pnpm-lock.yaml"
],
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}