-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 861 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
{
"name": "easy-next",
"version": "1.2.3",
"type": "module",
"description": "Template tool to conveniently create your NextJS 13 project",
"bin": {
"easy-next": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xmliszt/easy-next.git"
},
"keywords": [
"template",
"next13",
"typescript",
"tailwindcss",
"chakra-ui",
"seo",
"pwa",
"jest",
"cypress",
"playwright",
"eslint",
"stylelint",
"prettier",
"husky"
],
"author": "Li Yuxuan <xmliszt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xmliszt/easy-next/issues"
},
"homepage": "https://github.com/xmliszt/easy-next/blob/main/README.md",
"dependencies": {
"chalk": "^5.2.0",
"cross-spawn": "^7.0.3",
"inquirer": "^8.2.5",
"ora": "^6.3.1"
}
}