-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
49 lines (49 loc) · 1007 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "remake",
"version": "2.6.0",
"description": "Generate a full-stack Remake web app",
"license": "MIT",
"homepage": "https://www.remaketheweb.com",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": ">=8"
},
"keywords": [
"web app",
"generator",
"framework"
],
"preferGlobal": true,
"bin": {
"remake": "bin/remake"
},
"dependencies": {
"archiver": "^3.1.1",
"axios": "^0.22.0",
"chalk": "^2.4.2",
"commander": "^3.0.0",
"configstore": "^5.0.0",
"deep-extend": "^0.6.0",
"es6-promisify": "^6.0.2",
"form-data": "^2.5.1",
"inquirer": "^7.0.0",
"is-valid-domain": "0.0.17",
"nanoid": "^2.0.3",
"ncp": "^2.0.0",
"ora": "^4.0.2",
"replace": "^1.2.0",
"rimraf": "^3.0.0",
"shelljs": "^0.8.4"
},
"devDependencies": {
"husky": "^7.0.0",
"prettier": "2.1.2"
},
"scripts": {
"prepare": "husky install",
"prettier-check": "prettier --check ."
}
}