-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "@llm-ts-example/app",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "poku --parallel ."
},
"dependencies": {
"solid-js": "^1.9.9",
"solid-markdown": "^2.0.14",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.37.0",
"@llm-ts-example/common-core": "workspace:*",
"@solidjs/router": "^0.15.3",
"@stylistic/eslint-plugin": "^5.4.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.18.8",
"@types/uuid": "^10.0.0",
"crypto-js": "^4.2.0",
"eslint": "^9.37.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-solid": "^0.14.5",
"jsdom": "^25.0.1",
"solid-refresh": "^0.7.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^6.3.6",
"vite-plugin-solid": "^2.11.9"
}
}