-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
37 lines (37 loc) · 856 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
{
"name": "alright-react-app",
"version": "2.0.5",
"description": "Professional React app generator. Shipped with an exposed, unopinionated, highly-performant config. Jest-SWC, Storybook, SWC, Typescript, Webpack 5.",
"main": "index.js",
"author": "DoneDeal0",
"license": "ISC",
"type": "module",
"declaration": true,
"keywords": [
"react",
"reactjs",
"create react app",
"create-react-app",
"alright pro react app",
"alright-pro-react-app",
"pro",
"professional",
"production",
"generator",
"swc"
],
"bin": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DoneDeal0/alright-react-app"
},
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.14",
"ora": "^8.0.1",
"which": "^4.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}