forked from extend-luogu/extend-luogu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.64 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
43
44
45
{
"name": "exlg-celeste-workspace",
"version": "1.1.0",
"description": "Make luogu more powerful",
"main": "index.js",
"repository": "git@github.com:extend-luogu/extend-luogu.git",
"author": "optimize-2",
"license": "GPL-3.0",
"private": true,
"scripts": {
"build": "node scripts/build.cjs",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"dev": "run-p dev:*",
"dev:serve": "http-server dist -o",
"dev:watchcore": "nodemon --exec run-p build --watch src --ext js,ts,vue,cjs --delay 2.5",
"lint": "eslint --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts .",
"lint:fix": "eslint --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix .",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jquery": "^3.5.14",
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"cypress": "^10.3.1",
"esbuild": "^0.14.49",
"esbuild-plugin-vue3": "^0.3.0",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "latest",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"nodemon": "^2.0.19",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"standard-changelog": "^2.0.27",
"typescript": "^4.7.4"
}
}