-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 965 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 965 Bytes
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
{
"name": "melody-auth",
"version": "1.3.7",
"description": "A turnkey OAuth & authentication system.",
"license": "MIT",
"author": "Baozier",
"repository": "https://github.com/ValueMelody/melody-auth",
"scripts": {
"lint:check": "eslint ./ --ext .ts,.tsx,.js,.cjs",
"lint:fix": "eslint ./ --fix --ext .ts,.tsx,.js,.cjs",
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vuepress/bundler-vite": "^2.0.0-rc.24",
"@vuepress/theme-default": "^2.0.0-rc.112",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"sass-embedded": "^1.85.0",
"vue": "^3.4.0",
"vuepress": "^2.0.0-rc.24"
}
}