forked from azanium/generator-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "generator-astro",
"version": "4.2.3",
"description": "Yeoman generator for Astro ExpressJS API",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/azanium/generator-astro.git"
},
"keywords": [
"yeoman-generator",
"node",
"nodejs",
"express",
"expressjs",
"astro",
"reactjs",
"redux",
"redux-observable",
"rxjs"
],
"author": "Suhendra Ahmad <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/azanium/generator-astro/issues"
},
"homepage": "https://github.com/azanium/generator-astro#readme.md",
"dependencies": {
"decamelize": "^2.0.0",
"json5": "^1.0.1",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"recast": "^0.15.0",
"reserved-words": "^0.1.2",
"rimraf": "^2.6.2",
"underscore.string": "^3.3.5",
"uppercamelcase": "^3.0.0",
"url-join": "^4.0.0",
"yeoman-generator": "^2.0.5",
"yosay": "^2.0.2"
},
"files": [
"generators"
],
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-astro": "^1.0.6",
"eslint-plugin-import": "^2.14.0"
}
}