File tree 2 files changed +260
-3
lines changed
2 files changed +260
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 3.0.0" ,
4
4
"description" : " This packages makes it nice and easy to add Easter Egg triggers to your Vue site." ,
5
5
"private" : false ,
6
- "main" : " dist/vue3 -easter-egg-trigger.cjs.js" ,
7
- "module" : " dist/vue3 -easter-egg-trigger.es.js" ,
6
+ "main" : " dist/vue -easter-egg-trigger.cjs.js" ,
7
+ "module" : " dist/vue -easter-egg-trigger.es.js" ,
8
8
"types" : " dist/plugin/types/index.d.ts" ,
9
9
"scripts" : {
10
10
"dev" : " NODE_OPTIONS='--no-warnings' vite" ,
11
11
"watch" : " pnpm dev" ,
12
12
"play" : " sh src/playground/configs/build.sh && NODE_ENV=playground pnpm dev" ,
13
- "build" : " vue-tsc && npm run test:build && vite build --config vite.build.config.mts" ,
13
+ "build" : " vue-tsc && vite build --config vite.build.config.mts" ,
14
14
"build:docs" : " vite build" ,
15
15
"predeploy" : " npm run build" ,
16
16
"deploy" : " gh-pages -d docs" ,
121
121
"vite-plugin-eslint" : " ^1.8.1" ,
122
122
"vite-plugin-stylelint" : " ^5.2.1" ,
123
123
"vite-plugin-vuetify" : " ^2.0.1" ,
124
+ "vitest" : " ^1.2.1" ,
124
125
"vue-tsc" : " ^1.8.24" ,
125
126
"vuetify" : " ^3.4.4" ,
126
127
"webfontloader" : " ^1.6.28"
You can’t perform that action at this time.
0 commit comments