22 "name" : " @geode/opengeodeweb-front" ,
33 "scripts" : {
44 "lint" : " eslint --fix --ext .js,.vue --ignore-path .gitignore ." ,
5- "test" : " vitest" ,
5+ "tests" : " vitest --config ./tests/vitest.config.js" ,
6+ "tests:unit" : " npm run tests --project unit" ,
7+ "tests:integration" : " npm run tests --project integration" ,
68 "coverage" : " vitest run --coverage" ,
79 "geode_objects" : " node scripts/generate_geode_objects.js && prettier ./assets/geode_objects.js --write"
810 },
911 "devDependencies" : {
1012 "@nuxt/test-utils" : " 3.18.0" ,
1113 "@pinia/testing" : " 0.1.7" ,
1214 "@vitejs/plugin-vue" : " 5.2.3" ,
15+ "@vitest/coverage-v8" : " 3.1.2" ,
1316 "@vue/test-utils" : " 2.4.6" ,
17+ "electron" : " 36.4.0" ,
1418 "eslint" : " 9.26.0" ,
1519 "eslint-plugin-import" : " 2.31.0" ,
1620 "eslint-plugin-nuxt" : " 4.0.0" ,
2428 "playwright-core" : " 1.52.0" ,
2529 "prettier" : " 3.3.3" ,
2630 "resize-observer-polyfill" : " 1.5.1" ,
31+ "unplugin-auto-import" : " ^20.0.0" ,
2732 "vite" : " 6.3.5" ,
2833 "vite-plugin-vuetify" : " 2.1.1" ,
2934 "vitest" : " 3.1.2" ,
4651 "@vueuse/components" : " 13.1.0" ,
4752 "@vueuse/nuxt" : " 13.1.0" ,
4853 "ajv" : " 8.17.1" ,
54+ "get-port-please" : " ^3.2.0" ,
4955 "is-electron" : " 2.2.2" ,
5056 "js-file-download" : " 0.4.12" ,
5157 "nuxt" : " 3.13.2" ,
58+ "pidtree" : " ^0.6.0" ,
5259 "pinia" : " 2.3.1" ,
5360 "sass" : " 1.87.0" ,
5461 "semver" : " 7.7.1" ,
7582 "publishConfig" : {
7683 "access" : " public"
7784 }
78- }
85+ }
0 commit comments