-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
41 lines (41 loc) · 958 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
33
34
35
36
37
38
39
40
41
{
"name": "svelte-chota",
"module": "dist/index.mjs",
"main": "dist/index.js",
"svelte": "cmp/index.js",
"scripts": {
"docs-dev": "cd ./docs_src && npm run dev",
"docs-build": "cd ./docs_src && npm run build",
"build": "node esbuild",
"prepublishOnly": "npm run build"
},
"keywords": [
"svelte",
"chota",
"svelte ui kit",
"ui",
"ui kit",
"sveltejs"
],
"files": [
"cmp",
"dist"
],
"devDependencies": {
"esbuild": "^0.8.31",
"esbuild-svelte": "^0.4.0",
"svelte": "^3.31.2"
},
"description": "Svelte UI components based on super lightweight chota CSS framework.",
"version": "1.8.6",
"repository": {
"type": "git",
"url": "git+https://github.com/AlexxNB/svelte-chota.git"
},
"author": "Alexey Schebelev",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexxNB/svelte-chota/issues"
},
"homepage": "https://alexxnb.github.io/svelte-chota"
}