This repository was archived by the owner on May 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-5
lines changed
ts-packages/vue-excel-initializer Expand file tree Collapse file tree 1 file changed +27
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue-excel-initializer" ,
3
- "version" : " 0.0.0" ,
4
- "repository" :
" [email protected] :xsoulspace/flutter_vue_excel_intializer.git" ,
2
+ "name" : " @xsoulspace/vue-excel-initializer" ,
3
+ "version" : " 0.0.2" ,
4
+ "main" : " dist/index.js" ,
5
+ "typings" : " dist/index.d.ts" ,
6
+ "author" : {
7
+ "name" : " Anton Malofeev" ,
8
+
9
+ },
10
+ "license" : " MIT" ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com:xsoulspace/flutter_vue_excel_intializer"
14
+ },
15
+ "bugs" : {
16
+ "url" : " https://github.com/xsoulspace/flutter_vue_excel_intializer/issues"
17
+ },
18
+ "homepage" : " https://github.com/xsoulspace/flutter_vue_excel_intializer#readme" ,
19
+ "private" : false ,
20
+ "files" : [
21
+ " dist"
22
+ ],
5
23
"scripts" : {
6
24
"dev" : " vite" ,
7
- "build" : " vue-tsc --noEmit && vite build" ,
8
- "serve" : " vite preview"
25
+ "serve" : " vite preview" ,
26
+ "build" : " yarn clean && yarn compile" ,
27
+ "clean" : " rm -rf ./dist ./coverage ./generated" ,
28
+ "compile" : " tsc -p tsconfig.build.json" ,
29
+ "patch" : " yarn version --patch && git push && git push origin --tags" ,
30
+ "minor" : " yarn version --minor && git push && git push origin --tags"
9
31
},
10
32
"dependencies" : {
11
33
"vue" : " ^3.1.0-beta.7"
You can’t perform that action at this time.
0 commit comments