-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
67 lines (67 loc) · 1.55 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "generator-jhipster-svelte",
"version": "1.2.0",
"description": "A svelte.js blueprint to generate cybernetically enhanced web applications.",
"keywords": [
"yeoman-generator",
"jhipster-blueprint",
"jhipster-8",
"svelte",
"sveltekit",
"tailwindcss",
"cypress",
"vite"
],
"homepage": "https://github.com/jhipster/generator-jhipster-svelte",
"bugs": {
"url": "https://github.com/jhipster/generator-jhipster-svelte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhipster/generator-jhipster-svelte.git"
},
"license": "Apache-2.0",
"author": {
"name": "Vishal Mahajan",
"email": "[email protected]",
"url": "https://twitter.com/vishal423"
},
"type": "module",
"main": "generators/app/index.js",
"bin": {
"jsvelte": "cli/jsvelte.cjs"
},
"files": [
"cli",
"generators"
],
"scripts": {
"format": "prettier --write \"{,generators/**/,.github/**/}*.{md,json,js,svelte,css,html,yml}\"",
"lint": "eslint .",
"prepare": "husky"
},
"dependencies": {
"chalk": "5.3.0",
"generator-jhipster": "8.7.1",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-svelte": "3.2.7",
"semver": "7.6.3"
},
"devDependencies": {
"@eslint/js": "9.12.0",
"ejs-lint": "2.0.0",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"fs-extra": "11.2.0",
"globals": "15.11.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"yeoman-assert": "3.1.1",
"yeoman-test": "9.1.0"
},
"engines": {
"node": ">= 20.11.0"
}
}