-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.31 KB
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "create-boilerplate-svelte",
"version": "1.0.0",
"description": "Svelte Starter kit to build project with a library",
"author": "endabelyu & febriaj",
"bin": {
"create-boilerplate-svelte": "bin/cli.js"
},
"type": "module",
"scripts": {
"start": "boilerplate-svelte dev",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.27.4",
"autoprefixer": "^10.4.16",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"flowbite": "^2.2.0",
"flowbite-svelte": "^0.44.20",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^4.2.7",
"tailwindcss": "^3.3.5",
"vite": "^4.4.2"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"apexcharts": "^3.44.0",
"moment": "^2.29.4"
},
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Endabelyu/boilerplate-svelte.git"
},
"keywords": [
"boilerplate-svelte"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Endabelyu/boilerplate-svelte/issues"
},
"homepage": "https://github.com/Endabelyu/boilerplate-svelte#readme"
}