-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 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
{
"name": "@denis_voronin/generator-react-app",
"version": "0.1.1",
"description": "React Application Generator",
"files": [
"generators"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voronindenis/react-app-generator.git"
},
"keywords": [
"yeoman-generator",
"react"
],
"author": "Denis Voronin <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/voronindenis/react-app-generator/issues"
},
"homepage": "https://github.com/voronindenis/react-app-generator#readme",
"dependencies": {
"inquirer-npm-name": "^3.0.0",
"lodash.merge": "^4.6.2",
"parse-author": "^2.0.0",
"semver": "^7.3.2",
"validate-npm-package-name": "^3.0.0",
"yeoman-generator": "^4.12.0"
},
"devDependencies": {
"eslint": "^7.12.0"
}
}