-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.14 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "saritasa-frontend-boilerplate-camp",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": "^20.15.0"
},
"volta": {
"node": "20.15.0"
},
"scripts": {
"react:build": "nx run react:build",
"react:serve": "nx run react:serve",
"react:lint": "nx run react:lint --fix",
"react:stylelint": "nx run react:stylelint",
"angular:build": "nx run angular:build",
"angular:build:development": "nx run angular:build:development",
"angular:serve": "nx run angular:serve",
"angular:lint": "nx run angular:lint --fix",
"angular:stylelint": "nx run angular:stylelint",
"vanilla:build": "nx run vanilla:build",
"vanilla:serve": "nx run vanilla:serve",
"vanilla:lint": "nx run vanilla:lint --fix",
"vanilla:stylelint": "nx run vanilla:stylelint",
"core:lint": "nx run core:lint --fix",
"theme:stylelint": "nx run theme:stylelint"
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.5",
"@angular/common": "18.0.5",
"@angular/compiler": "18.0.5",
"@angular/core": "18.0.5",
"@angular/forms": "18.0.5",
"@angular/material": "^18.1.1",
"@angular/platform-browser": "18.0.5",
"@angular/platform-browser-dynamic": "18.0.5",
"@angular/router": "18.0.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"@reduxjs/toolkit": "1.9.3",
"axios": "^1.4.0",
"clsx": "^2.1.1",
"core-js": "^3.30.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "8.0.5",
"react-router-dom": "6.11.2",
"regenerator-runtime": "0.13.7",
"rxjs": "7.8.1",
"tslib": "^2.5.2",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.1",
"@angular-devkit/core": "18.0.6",
"@angular-devkit/schematics": "18.0.6",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "18.0.5",
"@angular/language-service": "18.0.5",
"@nabla/vite-plugin-eslint": "^1.5.0",
"@nx/angular": "19.3.2",
"@nx/eslint-plugin": "19.3.2",
"@nx/js": "19.3.2",
"@nx/linter": "19.3.2",
"@nx/react": "19.3.2",
"@nx/vite": "19.3.2",
"@nx/web": "19.3.2",
"@nx/workspace": "19.3.2",
"@saritasa/eslint-config-saritasa": "^2.1.2",
"@schematics/angular": "18.0.6",
"@types/node": "^18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-rxjs": "^5.0.2",
"nx": "19.3.2",
"nx-stylelint": "^13.5.3",
"prettier": "^2.6.2",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^25.0.0",
"ts-node": "10.9.1",
"typescript": "~5.4.4"
}
}