forked from nexpid/BunnyPlugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.77 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
{
"private": true,
"scripts": {
"build": "node scripts/build.mjs",
"build:dev": "node scripts/build.mjs --dev",
"dev": "http-server dist --port 8731",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"styles": "prettier . --check",
"styles:fix": "prettier . --write",
"test:fix": "pnpm testTsc && pnpm lint:fix && pnpm styles:fix",
"testTsc": "tsc --noEmit",
"watch:defs": "node scripts/watch_defs.mjs"
},
"dependencies": {
"@material/material-color-utilities": "^0.2.7",
"@nexpid/vdp-shared": "^1.0.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc/core": "^1.5.3",
"@swc/helpers": "^0.5.11",
"chokidar": "^3.6.0",
"esbuild": "^0.20.1",
"fuzzysort": "^2.0.4",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"twemoji-parser": "^14.0.0"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@revenge-mod/vendetta-types": "github:revenge-mod/vendetta-types",
"@shopify/flash-list": "^1.6.4",
"eslint": "^9.2.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"joi": "^17.13.1",
"react-native-document-picker": "^9.3.0",
"react-native-reanimated": "^3.11.0",
"react-native-svg": "^15.0.0",
"react-native-webview": "^13.8.1",
"typescript": "^5.3.3",
"typescript-eslint": "^7.8.0",
"zustand": "^4.5.4"
},
"packageManager": "[email protected]",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-native"
]
}
},
"repository": "https://github.com/nexpid/BunnyPlugins",
"author": "nexpid (https://github.com/nexpid)",
"license": "CC-BY-4.0"
}