-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update to @myparcel/constants to get new constants
- Loading branch information
1 parent
dbeb674
commit db3bc6f
Showing
3 changed files
with
56 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,21 +7,21 @@ | |
"bugs": { | ||
"url": "https://github.com/myparcelnl/developer/issues" | ||
}, | ||
"type": "module", | ||
"repository": "github:myparcelnl/developer", | ||
"license": "MIT", | ||
"author": "Edie Lemoine <[email protected]>", | ||
"type": "module", | ||
"scripts": { | ||
"build": "yarn optimize:svg -q && vuepress build src", | ||
"dev": "vuepress dev src", | ||
"postinstall": "yarn translations:init && (is-ci || husky install)", | ||
"optimize:svg": "svgo -r --multipass --final-newline --folder src/.vuepress/public", | ||
"preview": "http-server src/.vuepress/dist -s --port 9599", | ||
"test": "concurrently test:vitest:run yarn:test:links", | ||
"test:vitest": "vitest", | ||
"test:vitest:run": "vitest run", | ||
"test:links": "WAIT_ON_TIMEOUT=30000 start-server-and-test preview http://127.0.0.1:9599 test:links:run", | ||
"test:links:run": "hyperlink -ir --root src/.vuepress/dist http://127.0.0.1:9599", | ||
"test:vitest": "vitest", | ||
"test:vitest:run": "vitest run", | ||
"translations:import": "echo 'Importing translations...' && google-docs-importer -d 1q_las2AW8vZqhyiymXnPtrCsNQsye9W0Aqi3aWymjuU -o src/.vuepress/public/translations && echo 'Done!'", | ||
"translations:init": "test -f src/.vuepress/public/translations/en.json || yarn translations:import", | ||
"watch": "nodemon --ext ts,vue,md --watch src --exec 'vuepress build src --debug'" | ||
|
@@ -57,7 +57,7 @@ | |
"@myparcel-eslint/eslint-config-prettier": "^1.2.3", | ||
"@myparcel-eslint/eslint-config-prettier-typescript": "^1.2.4", | ||
"@myparcel-eslint/eslint-config-prettier-typescript-vue": "^1.2.6", | ||
"@myparcel/sdk": "^2.10.1", | ||
"@myparcel/constants": "^2.0.0", | ||
"@tsconfig/node18": "^18.2.2", | ||
"@types/flat": "^5.0.2", | ||
"@types/lodash-es": "^4.17.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters