-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.29 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
{
"name": "ks-react-cli-lib",
"author": "Andrey Zhuravel",
"version": "1.2.0",
"main": "dist/index.js",
"scripts": {
"build": "webpack --mode=production",
"types": "tsc --emitDeclarationOnly",
"prepublishOnly": "yarn build && yarn types",
"dev": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ks-react-cli": "./dist/index.js"
},
"files": [
"LICENSE",
"README.md",
"dist",
"public"
],
"exports": {
"./package.json": "./package.json",
".": "./dist/index.js"
},
"keywords": [
"react",
"react create component",
"cli-react",
"react-creator",
"console-components",
"automated-react",
"react-cli-tool",
"component-builder",
"react-templates"
],
"license": "MIT",
"description": "Library for quickly creating react components",
"devDependencies": {
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"fs-extra": "^11.2.0",
"inquirer": "^12.3.0",
"tslib": "^2.8.1"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}