generated from thedanchez/template-solidjs-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.34 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.34 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
{
"name": "solid-uplot",
"version": "0.0.0",
"private": true,
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "bun run --filter @dschz/solid-uplot build",
"build:watch": "bun run --filter @dschz/solid-uplot build:watch",
"dev": "bun run --filter playground dev",
"dev:e2e": "bun run --filter e2e dev",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pkg:changeset": "changeset",
"pkg:version": "changeset version",
"pkg:publish": "bun run build && changeset publish",
"start": "bun run dev",
"test": "bun run --filter @dschz/solid-uplot test",
"test:cov": "bun run --filter @dschz/solid-uplot test:cov",
"test:e2e": "bun run --filter e2e test:e2e",
"test:e2e:ui": "bun run --filter e2e test:e2e:ui",
"typecheck": "bun run --filter '*' typecheck"
},
"devDependencies": {
"@changesets/cli": "2.29.8",
"@eslint/js": "9.39.2",
"@typescript-eslint/eslint-plugin": "8.54.0",
"@typescript-eslint/parser": "8.54.0",
"eslint": "9.39.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-solid": "^0.14.5",
"globals": "17.3.0",
"jiti": "^2.6.1",
"prettier": "3.8.1",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0"
}
}