UNPKG
@linker-design/create-template
Version:
latest (3.0.0)
3.0.0
linker template initializer
@linker-design/create-template
/
template
/
config
/
typescript
/
package.json
14 lines
(13 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"scripts"
: {
"build"
:
"run-p type-check build-only"
,
"build-only"
:
"vite build"
,
"type-check"
:
"vue-tsc --noEmit"
},
"devDependencies"
: {
"
@types
/node"
:
"^16.11.65"
,
"npm-run-all"
:
"^4.1.5"
,
"typescript"
:
"~4.7.4"
,
"vue-tsc"
:
"^0.40.13"
} }