-
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": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.30.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitest/coverage-c8": "^0.28.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"jsdom": "^21.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"solid-testing-library": "^0.5.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-solid": "^2.0.0",
"vitest": "^0.28.2"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@supabase/supabase-js": "^2.4.1",
"@thisbeyond/solid-dnd": "^0.7.3",
"daisyui": "^2.47.1",
"playwright": "^1.30.0",
"solid-fa": "^0.1.0",
"solid-js": "1.5.4",
"vite-tsconfig-paths": "^4.0.5"
}
}