-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 978 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 978 Bytes
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
{
"name": "solid-template",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start",
"test": "vitest run",
"test-watch": "vitest",
"test-ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"type": "module",
"devDependencies": {
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.8.2",
"@solidjs/testing-library": "^0.5.2",
"@testing-library/jest-dom": "^5.16.5",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitest/coverage-c8": "^0.26.3",
"@vitest/ui": "^0.26.3",
"autoprefixer": "^10.4.14",
"jsdom": "^20.0.3",
"postcss": "^8.4.23",
"solid-js": "^1.6.11",
"solid-start": "^0.2.19",
"solid-start-node": "^0.2.19",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.4",
"undici": "^5.15.1",
"vite": "^4.1.4",
"vitest": "^0.26.3"
},
"dependencies": {
"@tanstack/solid-query": "^4.29.1",
"axios": "^1.3.6"
}
}