-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.19 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
{
"ava": {
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--import=tsimp"
]
},
"devDependencies": {
"@types/hotwired__turbo": "^8",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"ava": "^6.4.1",
"esbuild": "^0.25.8",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"fs-extra": "^11.3.1",
"glob": "^11.1.0",
"jarmuz": "^0.10.0",
"lodash": "^4.17.23",
"node-notifier": "^10.0.1",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.2.0",
"stylelint": "^16.23.1",
"stylelint-config-recommended": "^17.0.0",
"tempy": "^3.1.0",
"tsimp": "^2.0.12",
"tslib": "^2.8.1",
"typed-css-modules": "^0.9.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1"
},
"dependencies": {
"@codemirror/lang-jinja": "^6.0.0",
"@uiw/react-codemirror": "^4.24.2",
"clsx": "^2.1.1",
"nanoid": "^5.1.5",
"path-to-regexp": "^8.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"rxjs": "^7.8.2",
"wouter": "^3.7.1",
"zod": "^4.0.17"
},
"license": "Apache-2.0",
"name": "paddler",
"type": "module"
}