-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 938 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 938 Bytes
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
{
"name": "create-react-admin",
"description": "A CLI to quickly start a new react-admin project",
"version": "5.14.5",
"license": "MIT",
"bin": "lib/cli.js",
"type": "module",
"authors": [
"Gildas Garcia"
],
"engines": {
"node": ">=14.16"
},
"scripts": {
"build": "tsc",
"test": "prettier --check . && xo && ava"
},
"files": [
"lib",
"templates"
],
"dependencies": {
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"ink": "^5.0.0",
"ink-select-input": "^6.0.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"lodash": "~4.18.1",
"meow": "^9.0.0",
"react": "^18.3.1",
"yn": "^5.0.0"
},
"devDependencies": {
"@types/react": ">=18.0.0",
"typescript": "^5.1.3"
},
"gitHead": "19dcb264898c8e01c408eb66ce02c50b67c851ab"
}