-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 KB
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": "sfeir-school-nx",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx run docs:serve",
"migrate": "nx migrate latest",
"run-migrate": "nx migrate --run-migrations --if-exists",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"sfeir-school-theme": "^3.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@nx/cypress": "18.0.8",
"@nx/eslint": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/js": "18.0.8",
"@nx/vite": "^18.0.8",
"@nx/web": "18.0.8",
"@nx/workspace": "18.0.8",
"@swc/core": "1.3.93",
"@types/node": "18.19.23",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "1.3.1",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"jsdom": "~22.1.0",
"nx": "18.0.8",
"prettier": "^3.0.2",
"shelljs": "^0.8.5",
"swc-loader": "0.1.15",
"typescript": "5.3.3",
"vite": "5.0.10",
"vitest": "1.3.1"
}
}