-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1.42 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
{
"name": "jizhi-mod",
"description": "https://github.com/xxnuo/jizhi-mod",
"version": "1.3.3",
"scripts": {
"pre": "wxt prepare",
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:safari": "wxt build -b safari && xcrun /Applications/Xcode.app/Contents/Developer/usr/bin/safari-web-extension-converter --bundle-identifier com.github.xxnuo.jizhi-mod --project-location .output/safari-xcode .output/safari-mv2",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:all": "wxt zip && wxt zip -b firefox && wxt zip -b edge",
"split": "cd ./assets/fonts && node ./split.mjs"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@wxt-dev/module-react": "^1.1.3",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.20",
"cn-font-split": "^5.2.2",
"daisyui": "^4.12.23",
"driver.js": "^1.3.1",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"sentences-bundle": "^1.0.393",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"wxt": "^0.19.24"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}