-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
package.json
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
{
"name": "nosferatu-player",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start"
},
"type": "module",
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.24",
"@iconify-json/mdi": "^1.1.36",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.19",
"sass": "^1.56.1",
"solid-start-node": "^0.2.6",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"unplugin-icons": "^0.14.14",
"vite": "^3.2.4"
},
"dependencies": {
"@motionone/solid": "^10.14.3",
"@solid-primitives/event-listener": "^2.2.4",
"@solid-primitives/resize-observer": "^2.0.7",
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.5.1",
"clsx": "^1.2.1",
"solid-js": "^1.6.2",
"solid-start": "^0.2.6",
"solid-start-vercel": "^0.2.6",
"undici": "^5.13.0"
},
"engines": {
"node": ">=16"
}
}