Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Latest commit

History

History
History
55 lines (55 loc) 路 1.63 KB

File metadata and controls

55 lines (55 loc) 路 1.63 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name": "eureka",
"version": "11.5.0",
"description": "Universal Scratch Extension Loader",
"author": "SimonShiki",
"license": "AGPL-3.0-only",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"prepare": "husky",
"dev": "rollup -wc",
"clean": "del-cli dist",
"typecheck": "tsc --noEmit",
"lint": "eslint --ext .ts,.tsx ./src/",
"lint:fix": "eslint --ext .ts,.tsx --fix ./src/",
"build:js": "rollup -c",
"build": "cross-env NODE_ENV=production run-s typecheck clean build:js",
"test": "jest --config jest.config.mjs",
"test:ui": "cross-env TEST_UI=1 jest --config jest.config.mjs"
},
"dependencies": {
"@babel/runtime": "^8.0.0",
"format-message": "^6.2.4",
"solid-js": "^1.9.13"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.29.7",
"@commitlint/cli": "^21.0.2",
"@gera2ld/plaid": "~2.7.0",
"@gera2ld/plaid-rollup": "~2.7.0",
"@playwright/test": "^1.61.0",
"@rollup/plugin-image": "^3.0.3",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"@unocss/postcss": "66.5.0",
"@violentmonkey/types": "^0.3.3",
"babel-preset-solid": "^1.9.12",
"commitlint-config-gitmoji": "^2.3.1",
"cross-env": "^10.1.0",
"del-cli": "^7.0.0",
"eslint": "8.57.1",
"eslint-plugin-solid": "^0.14.5",
"husky": "^9.1.7",
"jest": "^30.4.2",
"read-package-up": "^12.0.0",
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-userscript": "^1.1.0",
"ts-jest": "^29.4.11",
"typescript": "^5.9.3",
"unocss": "^66.5.12"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.