-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 782 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 782 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
{
"name": "solid-wordle-clone",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest"
},
"license": "MIT",
"devDependencies": {
"@solidjs/testing-library": "^0.8.5",
"@testing-library/jest-dom": "^5.17.0",
"@types/lodash": "^4.14.202",
"autoprefixer": "^10.4.16",
"jsdom": "^23.0.1",
"postcss": "^8.4.33",
"tailwindcss": "3.1.6",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-solid": "^2.8.0",
"vitest": "^1.2.2"
},
"dependencies": {
"clsx": "^2.1.0",
"daisyui": "2.19.1",
"focus-trap": "^7.5.4",
"lodash": "^4.17.21",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.8"
}
}