-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.59 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.59 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
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
{
"name": "simui",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "node scripts/set-env.js && ng build",
"codes": "ts-node src/tools/generators.ts",
"lint": "ng lint",
"ng": "ng",
"serve:ssr:simui": "node dist/simui/server/server.mjs",
"set-env": "node scripts/set-env.js",
"start": "node scripts/set-env.js && ng serve",
"test": "ng test",
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/cdk": "20.0.6",
"@angular/common": "20.0.7",
"@angular/compiler": "20.0.7",
"@angular/core": "20.0.7",
"@angular/forms": "20.0.7",
"@angular/platform-browser": "20.0.7",
"@angular/platform-browser-dynamic": "20.0.7",
"@angular/platform-server": "20.0.7",
"@angular/router": "20.0.7",
"@angular/ssr": "20.0.6",
"@maskito/angular": "^3.7.2",
"@maskito/core": "^3.7.2",
"@maskito/kit": "^3.10.3",
"@netlify/angular-runtime": "^2.3.1",
"@ng-icons/core": "^32.2.0",
"@ng-icons/lucide": "^32.0.0",
"@ng-icons/remixicon": "^32.0.0",
"@ng-icons/tabler-icons": "^33.0.0",
"@spartan-ng/brain": "0.0.1-alpha.582",
"@tailwindcss/postcss": "^4.0.17",
"@tanstack/angular-table": "^8.21.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"culori": "^4.0.2",
"date-fns": "^4.1.0",
"express": "^4.18.2",
"marked": "15.0.9",
"marked-gfm-heading-id": "4.1.2",
"marked-highlight": "2.2.2",
"marked-mangle": "1.1.11",
"ngx-scrollbar": ">=16.0.0",
"ngx-sonner": "^3.0.0",
"postcss": "^8.5.3",
"posthog-js": "^1.359.1",
"prismjs": "1.29.0",
"rxjs": "~7.8.0",
"tailwindcss": "^4.0.17",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.0.6",
"@angular/cli": "20.0.6",
"@angular/compiler-cli": "20.0.6",
"@spartan-ng/cli": "0.0.1-alpha.582",
"@types/culori": "^4.0.1",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/marked": "5.0.2",
"@types/node": "^18.18.0",
"@types/prismjs": "1.26.4",
"angular-eslint": "19.3.0",
"dotenv": "^17.3.1",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.2",
"jasmine-core": "~5.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.10",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.6",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "8.27.0"
}
}