-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.49 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-snippets-cli",
"version": "0.1.2",
"description": "A cli for create react snippets easily",
"repository": {
"type": "git",
"url": "https://github.com/taven-liu/react-snippets-cli.git"
},
"main": "index.js",
"bin": {
"rsc": "index.js"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^4.1.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"keywords": [
"react",
"snippets",
"template",
"cli"
],
"author": "taven",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"change-case": "^4.1.2",
"commander": "^9.4.0",
"fs-extra": "^10.1.0",
"handlebars": "^4.7.7",
"react-snippets-cli": "^0.1.2"
},
"files": [
"templates/",
"index.js",
"react-snippets-cli.js"
]
}