-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 911 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
{
"name": "solid-bulma",
"version": "0.0.0",
"description": "Lightweight UI components for SolidJS based on Bulma",
"keywords": ["bulma", "bulmacss", "solid-bulma", "solidjs-bulma", "solid-components"],
"homepage": "https://github.com/jaoaustero/solid-bulma#readme",
"author": "Jerald Austero <[email protected]> (https://twitter.com/jaoaustero)",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"vite": "^2.8.6",
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"solid-js": "^1.3.13"
},
"repository": {
"type": "git",
"url": "https://github.com/jaoaustero/solid-bulma.git",
"repository": "jaoaustero/solid-bulma"
},
"bugs": {
"url": "https://github.com/jaoaustero/solid-bulma/issues",
"email": "[email protected]"
}
}