-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 KB
/
package.json
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
{
"name": "vitesse-solid",
"type": "module",
"packageManager": "pnpm@7.25.0",
"engines": {
"node": ">=18"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vinxi dev --host --port 5354",
"build": "vinxi build",
"start": "vinxi start",
"test": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@solidjs/start": "^1.0.7",
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify-json/carbon": "^1.1.31",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.7",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.4.2",
"@unocss/preset-icons": "^0.62.4",
"@unocss/vite": "^0.62.4",
"babel-preset-solid": "^1.8.15",
"eslint": "^9.11.1",
"jsdom": "^25.0.1",
"typescript": "^5.3.3",
"unocss": "^0.62.4",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.8",
"vite-plugin-solid": "^2.10.1",
"vitest": "^2.1.1"
}
}