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": {
|
2020-07-10 08:00:05 +09:00
|
|
|
"dev": "yarn codes:inject && yarn translations:compare && vuepress dev site",
|
2020-10-02 03:54:52 +09:00
|
|
|
"build": "node ./scripts/inject_codes.js && yarn translations:compare && vuepress build site",
|
2020-07-01 15:14:09 +09:00
|
|
|
"format": "prettier --write ./site/**/*{.md,.js,.json,.vue}",
|
2020-07-10 07:57:26 +09:00
|
|
|
"translations:compare": "node ./scripts/compare_translations.js",
|
2020-07-03 06:55:48 +09:00
|
|
|
"codes:inject": "node ./scripts/inject_codes.js && yarn format",
|
2020-07-10 12:58:50 +09:00
|
|
|
"codes:clean": "node ./scripts/clean_codes.js && yarn format",
|
|
|
|
"precommit": "yarn codes:clean && git add ."
|
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": {
|
2020-10-14 15:02:10 +09:00
|
|
|
"@vuepress/plugin-back-to-top": "1.7.0",
|
2020-10-14 14:00:13 +09:00
|
|
|
"@vuepress/plugin-medium-zoom": "1.7.0",
|
2020-09-11 03:02:23 +09:00
|
|
|
"jsdom": "16.4.0",
|
|
|
|
"markdown-it-attrs": "3.0.3",
|
|
|
|
"pre-commit": "1.2.2",
|
2020-09-16 09:50:30 +09:00
|
|
|
"prettier": "2.1.2",
|
2020-10-14 14:00:40 +09:00
|
|
|
"vuepress": "1.7.0"
|
2020-06-28 06:33:20 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-28 09:46:48 +09:00
|
|
|
"vuedraggable": "^2.23.2"
|
2020-07-01 14:26:48 +09:00
|
|
|
},
|
2020-09-08 00:52:26 +09:00
|
|
|
"pre-commit": [
|
|
|
|
"precommit"
|
|
|
|
]
|
2020-06-28 06:33:20 +09:00
|
|
|
}
|