-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 855 Bytes
/
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
{
"name": "mdb",
"version": "0.1.0",
"description": "A source for movie, TV and celebrities content built with SolidJS ",
"info": "You can get lots of information about movies, TV shows and actors from this source. This is a very early version of the source and it will get new features added in the future.",
"homepage": "https://www.my-solidhack-submission.com",
"contributors": [
{
"name": "Ali",
"email": "[email protected]",
"url": "https://mdb-beryl.vercel.app/"
}
],
"keywords": [
"solidhack",
"best_app"
],
"license": "MIT",
"scripts": {
"start": "vite",
"build": "vite build"
},
"devDependencies": {
"unocss": "^0.30.11",
"vite": "^2.9.1",
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"solid-app-router": "^0.3.2",
"solid-js": "^1.3.14"
}
}