This repository was archived by the owner on Jul 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.58 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
50
51
52
53
54
55
56
57
58
{
"name": "figure",
"version": "0.14.1",
"description": "Generate publication quality figures",
"license": "MIT",
"private": "true",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/atlanswer/figure.git"
},
"bugs": {
"url": "https://github.com/atlanswer/figure/issues"
},
"homepage": "https://figure.atlanswer.com/",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"build": "vite build",
"serve": "vite preview",
"prettier": "prettier --write ."
},
"devDependencies": {
"@builder.io/partytown": "~0.10.2",
"@solid-devtools/overlay": "~0.30.1",
"@solidjs/meta": "~0.29.4",
"@solidjs/router": "~0.13.5",
"@tailwindcss/typography": "~0.5.13",
"@tsconfig/strictest": "~2.0.5",
"@typescript-eslint/eslint-plugin": "~7.13.0",
"@typescript-eslint/parser": "~7.13.0",
"autoprefixer": "~10.4.19",
"comlink": "~4.4.1",
"cssnano": "~7.0.2",
"eslint": "~9.4.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-solid": "~0.14.0",
"micromark": "~4.0.0",
"micromark-extension-gfm": "~3.0.0",
"micromark-extension-math": "~3.0.0",
"postcss": "~8.4.38",
"prettier": "~3.3.2",
"prettier-plugin-tailwindcss": "~0.6.2",
"pyodide": "~0.26.1",
"solid-devtools": "~0.30.1",
"solid-js": "~1.8.17",
"tailwindcss": "~3.4.4",
"typescript": "~5.4.5",
"vite": "~5.2.13",
"vite-plugin-solid": "~2.10.2",
"vite-tsconfig-paths": "~4.3.2",
"zod": "~3.23.8"
},
"packageManager": "pnpm@9.3.0",
"engines": {
"node": ">=20"
}
}