-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 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
{
"name": "grit-react",
"version": "0.2.0",
"description": "Scaffold out the perfect React app starter",
"repository": {
"url": "TimCrooker/grit-react",
"type": "git"
},
"author": "TimCrooker <timothycrooker@gmail.com> (https://github.com/TimCrooker)",
"license": "MIT",
"keywords": [
"grit-generator",
"grit"
],
"files": [
"generator.js",
"generator.ts",
"plugins/**",
"template/**"
],
"scripts": {
"start": "grit . output",
"test": "jest",
"release": "release-it"
},
"dependencies": {
"grit-cli": "0.5.5"
},
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.3.1",
"prettier": "^2.3.2",
"release-it": "^14.11.8",
"typescript": "^4.4.4"
}
}