-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 723 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 723 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
{
"name": "astronot-vite-solid",
"version": "0.1.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.6.3",
"vite": "^2.8.6",
"vite-plugin-solid": "^2.2.6"
},
"repository": {
"type": "git",
"url": "git://github.com/mesinkasir/solid-astronot.git"
},
"author": {
"name": "The Axcora Technology",
"email": "axcora@gmail.com",
"url": "https://website.axcora.com/"
},
"dependencies": {
"astronot": "^1.0.0",
"render": "^0.1.4",
"solid-app-router": "^0.3.2",
"solid-js": "^1.3.13",
"solid-router": "^0.3.3"
}
}