-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.56 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "penx-cli",
"version": "0.7.0",
"bin": {
"penx": "./dist/cli.js"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"pretest": "npm run build",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-typescript": "^7.24.6",
"@chialab/esbuild-plugin-postcss": "^0.18.0",
"@deanc/esbuild-plugin-postcss": "^1.0.2",
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify-json/lucide": "^1.1.192",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/tabler": "^1.1.113",
"@iconify/json": "^2.2.219",
"@iconify/tailwind": "^1.1.1",
"@inquirer/prompts": "^4.3.0",
"@inquirer/select": "^2.2.0",
"@trpc/client": "^10.45.1",
"@types/fs-extra": "^11.0.4",
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.10",
"autoprefixer": "^10.4.19",
"axios": "^1.2.0",
"babel-preset-solid": "^1.8.17",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"cron": "^3.1.6",
"cssnano": "^6.1.2",
"eciesjs": "^0.4.6",
"esbuild": "^0.21.4",
"esbuild-plugin-vue3": "^0.4.2",
"esbuild-svelte": "^0.8.1",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"fs-jetpack": "^5.0.0",
"immer": "^9.0.15",
"ink": "^3.2.0",
"ink-spinner": "^4.0.3",
"inquirer": "^8.2.4",
"nanoid": "^3.3.4",
"node-fetch": "^2.7.0",
"octokit": "^3.1.2",
"open": "^8.4.2",
"ora": "^5.4.1",
"postcss": "^8.4.38",
"react": "^18.2.0",
"solid-js": "^1.8.17",
"superjson": "1.9.1",
"tailwindcss": "^3.4.3",
"tmp": "^0.2.3",
"ts-retry-promise": "^0.7.0",
"uuid": "^9.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/babel__core": "^7.20.0",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/inquirer": "^8.2.10",
"@types/node": "^18.19.8",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18.2.61",
"@types/uuid": "^9.0.7",
"@types/yargs-parser": "^21.0.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"ink-testing-library": "^3.0.0",
"prettier": "^2.8.8",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}