-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.2 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
{
"name": "solid-template",
"version": "0.1.0",
"description": "Template for Solid SPA",
"homepage": "https://solid-template.atlanswer.com",
"license": "MIT",
"private": true,
"author": "Atlanswer <i@atlanswer.com> (https://atlanswer.com)",
"type": "module",
"repository": "github:atlanswer/solid-template",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/vite": "~4.1.11",
"@types/bun": "~1.2.18",
"eslint": "~9.31.0",
"eslint-config-prettier": "~10.1.5",
"eslint-config-turbo": "~2.5.4",
"eslint-plugin-solid": "~0.14.5",
"globals": "~16.3.0",
"prettier": "~3.6.2",
"prettier-plugin-tailwindcss": "~0.6.14",
"solid-devtools": "~0.34.3",
"solid-js": "~1.9.7",
"tailwindcss": "~4.1.11",
"turbo": "~2.5.4",
"typescript": "~5.8.3",
"typescript-eslint": "~8.36.0",
"vite": "~7.0.4",
"vite-plugin-solid": "~2.11.7",
"vite-tsconfig-paths": "~5.1.4"
},
"engines": {
"bun": ">=1.2"
},
"devEngines": {
"runtime": {
"name": "bun"
},
"packageManager": {
"name": "bun",
"onFail": "warn"
}
}
}