-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 955 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
{
"name": "create-next-aelf-test",
"version": "0.0.2",
"description": "Create Next App allows you to create a Next.js app by running one command.",
"license": "MIT",
"repository": "https://github.com/AbigailDeng/create-next-aelf/issues/new",
"bugs": {
"url": "https://github.com/AbigailDeng/create-next-aelf/issues"
},
"keywords": [
"next",
"react",
"reactjs",
"next.js",
"create-next-app-cli",
"create-next-app",
"create-react-app",
"boilerplate",
"server-side-rendering",
"zero-configuration",
"build-tools",
"ssr"
],
"main": "index.js",
"engines": {
"npm": ">=4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-next-aelf-test": "./bin/create-next-app.js"
},
"dependencies": {
"ansi-escapes": "^3.1.0",
"chalk": "^2.3.2",
"commander": "^2.15.1",
"execa": "^0.10.0",
"fs-extra": "^5.0.0",
"ms": "^2.1.1",
"ora": "^2.0.0",
"promise": "^8.0.1"
}
}