-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.6 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
46
47
48
49
50
{
"name": "@sast/oj",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"competition:dev": "pnpm --filter @sast/oj-competition dev",
"competition:build": "pnpm --filter @sast/oj-competition build",
"competition:lint": "pnpm --filter @sast/oj-competition lint",
"management:dev": "pnpm --filter @sast/oj-management dev",
"management:build": "pnpm --filter @sast/oj-management build",
"management:lint": "pnpm --filter @sast/oj-management lint",
"docs:dev": "pnpm --filter @sast/oj-docs dev",
"docs:build": "pnpm --filter @sast/oj-docs build",
"commit": "git add .&&pnpm lint-staged -p false && pnpm cz"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog-zh"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@stylexjs/eslint-plugin": "^0.3.0",
"@stylexjs/stylex": "^0.3.0",
"@types/node": "^18.19.61",
"classnames": "^2.5.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog-zh": "^0.0.2",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"sass": "^1.80.5",
"styleq": "^0.1.3",
"typescript": "^5.6.3",
"vite-plugin-stylex": "^0.4.1"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}