-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "androiddagashi.github.io",
"repository": "git@github.com:yshrsmz/androiddagashi.git",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"api:generate": "yarn workspace site-api generate",
"rss:generate": "yarn workspace site-rss generate",
"site:dev": "yarn workspace site dev",
"site:generate": "yarn workspace site generate",
"sns:update": "yarn workspace sns-updater update",
"format:eslint": "eslint --fix . --ext .js,.ts,.vue --ignore-path .gitignore",
"format:prettier": "prettier --write .",
"format": "yarn format:eslint && yarn format:prettier",
"lint": "eslint . --ext .js,.ts,.vue --ignore-path .gitignore",
"postinstall": "patch-package"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-prettier": "5.2.1",
"patch-package": "8.0.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"volar-service-prettier": "0.0.62"
},
"private": true,
"workspaces": [
"packages/*"
],
"resolutions": {
"vue": "2.7.16",
"vue-server-renderer": "2.7.16",
"vue-template-compiler": "2.7.16"
},
"packageManager": "yarn@4.5.0"
}