File tree Expand file tree Collapse file tree 4 files changed +137
-362
lines changed
Expand file tree Collapse file tree 4 files changed +137
-362
lines changed Original file line number Diff line number Diff line change 99 "serve:example" : " http-server ./dist-example -o" ,
1010 "svgo" : " svgo -f src/assets/icons" ,
1111 "new" : " plop" ,
12- "generate:icons" : " esno ./scripts/generate.icons.ts" ,
12+ "generate:icons" : " tsx ./scripts/generate.icons.ts" ,
1313 "lint" : " npm-run-all -s lint:tsc lint:eslint lint:stylelint" ,
1414 "lint:tsc" : " vue-tsc -b" ,
1515 "lint:eslint" : " eslint . --cache --fix" ,
7474 },
7575 "devDependencies" : {
7676 "@antfu/eslint-config" : " ^4.13.2" ,
77+ "@clack/prompts" : " ^0.11.0" ,
7778 "@faker-js/faker" : " ^9.8.0" ,
7879 "@iconify/json" : " ^2.2.345" ,
7980 "@iconify/vue" : " ^5.0.0" ,
9293 "autoprefixer" : " ^10.4.21" ,
9394 "boxen" : " ^8.0.1" ,
9495 "eslint" : " ^9.28.0" ,
95- "esno" : " ^4.8.0" ,
9696 "fs-extra" : " ^11.3.0" ,
9797 "http-server" : " ^14.1.1" ,
98- "inquirer" : " ^12.6.3" ,
9998 "lint-staged" : " ^16.1.0" ,
10099 "npm-run-all2" : " ^8.0.4" ,
101100 "picocolors" : " ^1.1.1" ,
111110 "stylelint-scss" : " ^6.12.0" ,
112111 "svgo" : " ^3.3.2" ,
113112 "taze" : " ^19.1.0" ,
113+ "tsx" : " ^4.19.4" ,
114114 "typescript" : " ^5.8.3" ,
115115 "unocss" : " ^66.1.3" ,
116116 "unocss-preset-animations" : " ^1.2.1" ,
You can’t perform that action at this time.
0 commit comments