-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.62 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "create-comet-land",
"version": "1.2.2",
"license": "MIT",
"description": "Generate a app with comet-land",
"repository": {
"type": "git",
"url": "https://github.com/hyesungoh/create-comet-land.git"
},
"author": {
"name": "Hye Sung Oh",
"email": "haesungoh414@gmail.com",
"url": "https://www.hyesungoh.xyz"
},
"bin": "dist/index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "webpack",
"start": "npm run build && node dist/index.js",
"start:force": "node dist/index.js",
"lint": "eslint",
"pretest": "npm run build"
},
"files": [
"dist/index.js"
],
"keywords": [
"blog",
"blog-theme",
"resume",
"resume-theme",
"comet-land"
],
"dependencies": {
"ink": "^3.2.0",
"ink-spinner": "^4.0.3",
"ink-text-input": "^4.0.3",
"meow": "^9.0.0",
"react": "^17.0.2",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/react": "^18.0.14",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"ink-testing-library": "^2.1.0",
"prettier": "^2.7.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
}
}