-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 958 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
{
"name": "nextflix-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@solid-primitives/bounds": "^0.0.118",
"@solid-primitives/context": "^0.2.1",
"@solid-primitives/event-props": "^0.2.5",
"@solid-primitives/intersection-observer": "^2.1.3",
"@solid-primitives/pagination": "^0.2.9",
"@solid-primitives/resize-observer": "^2.0.22",
"@solid-primitives/scroll": "^2.0.20",
"@solid-primitives/storage": "^2.1.1",
"@solidjs/router": "^0.10.1",
"phosphor-solid": "^1.1.5",
"solid-js": "^1.8.5",
"solid-transition-group": "^0.2.3"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"msw": "^2.0.11",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.7.2"
},
"msw": {
"workerDirectory": "public"
}
}