-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 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
{
"name": "@soliantconsulting/create-react-app",
"version": "2.13.4",
"description": "Create a React App",
"repository": {
"type": "git",
"url": "https://github.com/soliantconsulting/create-react-app.git"
},
"type": "module",
"author": "Soliant Consulting",
"license": "MIT",
"files": [
"dist/**/*",
"skeleton/**/*"
],
"bin": {
"create-react-app": "./dist/cli.js"
},
"scripts": {
"test-synth": "rm -rf ./test-synth && tsx ./src/test-cli.ts test-synth",
"build": "tsc",
"format": "biome format . --write",
"check": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@commitlint/cli": "^20.5.2",
"@commitlint/config-conventional": "^20.5.0",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^25.6.0",
"lefthook": "^2.1.6",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@aws-sdk/client-acm": "^3.1038.0",
"@listr2/prompt-adapter-enquirer": "^3.0.5",
"@soliantconsulting/starter-lib": "^2.2.1",
"enquirer": "^2.4.1",
"listr2": "^9.0.5"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}