-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 968 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
38
{
"name": "cli-prototype",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.3.1"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"ansi-escapes": "^7.0.0",
"ansi-regex": "^6.0.1",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"cli-spinners": "^3.1.0",
"cli-table3": "^0.6.5",
"command-line-usage": "^7.0.3",
"enquirer": "^2.4.1",
"eventemitter3": "^5.0.1",
"handlebars": "^4.7.8",
"log-symbols": "^6.0.0",
"ora": "^8.0.1",
"path": "^0.12.7",
"shell-quote": "^1.8.1",
"string-argv": "^0.3.2",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"vite-plugin-node-polyfills": "^0.22.0",
"xterm": "^5.3.0",
"yargs": "patch:yargs@npm%3A17.7.2#~/.yarn/patches/yargs-npm-17.7.2-80b62638e1.patch"
},
"packageManager": "[email protected]"
}