-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 2.06 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
51
52
53
54
55
56
57
{
"name": "secret-project-331",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"eslint": "eslint --fix .",
"eslint:format-bindings": "eslint --fix shared-module/packages/common/src/bindings.ts",
"eslint:format-generated-docs": "eslint --cache --fix services/headless-lms/server/generated-docs/*.ts && prettier --write services/headless-lms/server/generated-docs/*.json",
"eslint:open:vscode": "eslint . --format json | jq '(.[] | select((.errorCount > 0) or (.warningCount > 0))).filePath' | xargs code",
"eslint:ci": "eslint .",
"prepare": "husky",
"lint:css": "stylelint '**/*.tsx'",
"postinstall": "cd shared-module && npm ci && npm run sync-once"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rage/secret-project-331.git"
},
"bugs": {
"url": "https://github.com/rage/secret-project-331/issues"
},
"homepage": "https://github.com/rage/secret-project-331#readme",
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.38.0",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-custom-rules": "file:eslint-custom-rules",
"eslint-plugin-i18next": "^6.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^1.5.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint-config-recommended": "^14.0.0",
"ts-auto-guard": "^4.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@vectopus/atlas-icons": "^0.0.7"
}
}