-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
{
"name": "twine-dugger",
"version": "1.2.0",
"description": "",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsdown",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier . -c",
"prettier:fix": "prettier . -w",
"tsc": "tsc -p tsconfig.app.json --noEmit"
},
"dependencies": {
"clsx": "2.1.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"oniguruma-to-es": "4.3.3",
"solid-js": "1.9.9",
"tailwindcss": "4.1.12",
"vscode-textmate": "9.2.0",
"zod": "4.1.5"
},
"devDependencies": {
"@changesets/cli": "2.29.6",
"@eslint/js": "9.34.0",
"@microsoft/api-extractor": "7.52.11",
"@tailwindcss/postcss": "4.1.12",
"@types/archiver": "6.0.3",
"@types/chrome": "0.1.12",
"@types/node": "24.5.2",
"@typescript-eslint/eslint-plugin": "8.41.0",
"@typescript-eslint/parser": "8.41.0",
"archiver": "7.0.1",
"eslint": "9.33.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-solid": "0.14.5",
"globals": "16.4.0",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-package": "2.0.0",
"rollup-plugin-postcss": "4.0.2",
"ts-node": "10.9.2",
"tsdown": "0.14.2",
"typescript": "5.9.2",
"typescript-eslint": "8.41.0",
"vite-plugin-solid": "2.11.8"
}
}