forked from jhipster/generator-jhipster-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.33 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
{
"name": "generator-jhipster-svelte",
"version": "0.0.0",
"description": "A svelte.js blueprint to generate cybernetically enhanced web applications.",
"keywords": [
"yeoman-generator",
"jhipster-blueprint",
"jhipster-6",
"svelte"
],
"homepage": "https://github.com/jhipster/generator-jhipster-svelte",
"author": {
"name": "Vishal Mahajan",
"email": "[email protected]",
"url": "https://twitter.com/vishal423"
},
"files": [
"generators"
],
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jhipster/generator-jhipster-svelte.git"
},
"dependencies": {
"chalk": "4.1.0",
"generator-jhipster": "6.10.3",
"mkdirp": "^1.0.4",
"pluralize": "^8.0.0"
},
"devDependencies": {
"ejs-lint": "1.1.0",
"eslint": "7.10.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "3.1.4",
"fs-extra": "9.0.1",
"husky": "^4.3.0",
"prettier": "2.1.2",
"pretty-quick": "^3.0.2",
"yeoman-assert": "3.1.1",
"yeoman-test": "3.0.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"scripts": {
"lint": "eslint .",
"format": "pretty-quick"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jhipster/generator-jhipster-svelte/issues"
}
}