2020-06-28 06:33:20 +09:00
|
|
|
{
|
2020-06-29 00:35:18 +09:00
|
|
|
"name": "gctgenerator",
|
|
|
|
"version": "3.0.1",
|
2020-06-28 06:33:20 +09:00
|
|
|
"description": "Super Mario Sunshine Practice File Generator",
|
|
|
|
"main": "index.js",
|
|
|
|
"authors": {
|
|
|
|
"name": "Matteias Collet",
|
|
|
|
"email": "matteias.collet@bluewin.ch"
|
|
|
|
},
|
|
|
|
"repository": "https://github.com/BitPatty/gctGenerator/gctGenerator",
|
|
|
|
"scripts": {
|
2021-10-10 22:45:53 +09:00
|
|
|
"dev": "npm run codes:inject && npm run translations:compare && vuepress dev site",
|
|
|
|
"build": "node ./scripts/inject_codes.js && npm run translations:compare && vuepress build site",
|
2022-01-17 03:43:37 +09:00
|
|
|
"format": "prettier --write ./site/**/*{.md,.js,.json}",
|
2020-07-10 07:57:26 +09:00
|
|
|
"translations:compare": "node ./scripts/compare_translations.js",
|
2021-10-10 22:45:53 +09:00
|
|
|
"codes:inject": "node ./scripts/inject_codes.js && npm run format",
|
|
|
|
"codes:clean": "node ./scripts/clean_codes.js && npm run format",
|
2021-12-29 00:34:00 +09:00
|
|
|
"precommit": "npm run codes:clean && git add .",
|
|
|
|
"serve": "serve ./site/.vuepress/dist"
|
2020-06-28 06:33:20 +09:00
|
|
|
},
|
2020-06-29 11:34:43 +09:00
|
|
|
"license": "Apache-2.0",
|
2020-06-28 06:33:20 +09:00
|
|
|
"devDependencies": {
|
2022-07-15 03:49:53 +09:00
|
|
|
"@sup39/markdown-it-attr": "1.2.2",
|
|
|
|
"@sup39/markdown-it-inline-tag": "1.0.1",
|
2022-10-15 19:31:18 +09:00
|
|
|
"@types/encoding-japanese": "^2.0.1",
|
2022-01-20 00:05:07 +09:00
|
|
|
"@vuepress/plugin-back-to-top": "1.9.7",
|
2022-01-19 13:05:32 +09:00
|
|
|
"@vuepress/plugin-medium-zoom": "1.9.7",
|
2022-10-15 19:31:18 +09:00
|
|
|
"encoding-japanese": "^2.0.0",
|
2022-06-21 04:24:23 +09:00
|
|
|
"jsdom": "20.0.0",
|
2020-09-11 03:02:23 +09:00
|
|
|
"pre-commit": "1.2.2",
|
2022-06-17 13:02:25 +09:00
|
|
|
"prettier": "2.7.1",
|
2022-07-15 03:49:53 +09:00
|
|
|
"serve": "14.0.1",
|
2022-01-19 13:05:10 +09:00
|
|
|
"vuepress": "1.9.7"
|
2020-06-28 06:33:20 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-15 03:49:53 +09:00
|
|
|
"vuedraggable": "2.24.3"
|
2020-07-01 14:26:48 +09:00
|
|
|
},
|
2022-02-07 22:18:31 +09:00
|
|
|
"pre-commit": [
|
|
|
|
"precommit"
|
|
|
|
]
|
2020-06-28 06:33:20 +09:00
|
|
|
}
|