forked from Squidex/squidex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 4.43 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 4.43 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "squidex",
"version": "0.0.0",
"scripts": {
"build": "ng build",
"lint": "eslint src/app/**/*.ts",
"lint:fix": "eslint src/app/**/*.ts --fix",
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"test:coverage": "ng test --no-watch --code-coverage --browsers=ChromeHeadlessNoSandbox",
"watch": "ng build --watch --configuration development",
"storybook": "ng run squidex:storybook",
"storybook-build": "ng run squidex:build-storybook"
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.1",
"@angular/cdk": "18.0.1",
"@angular/cdk-experimental": "18.0.1",
"@angular/common": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/localize": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/platform-server": "18.0.1",
"@angular/router": "18.0.1",
"@egjs/hammerjs": "2.0.17",
"@floating-ui/dom": "^1.6.5",
"@graphiql/toolkit": "^0.9.1",
"@iharbeck/ngx-virtual-scroller": "^17.0.2",
"@lithiumjs/angular": "^8.0.0",
"@lithiumjs/ngx-virtual-scroll": "^0.3.2",
"@marker.io/browser": "^0.19.0",
"ace-builds": "^1.34.2",
"angular-gridster2": "18.0.1",
"angular-mentions": "1.5.0",
"bootstrap": "5.2.3",
"copy-webpack-plugin": "^12.0.2",
"core-js": "3.37.1",
"cropperjs": "2.0.0-alpha.1",
"date-fns": "3.6.0",
"graphiql": "3.2.2",
"graphql": "16.8.1",
"graphql-ws": "^5.16.0",
"image-focus": "1.2.1",
"keycharm": "0.4.0",
"leaflet": "1.9.4",
"leaflet-control-geocoder": "2.4.0",
"marked": "12.0.2",
"mersenne-twister": "1.1.0",
"moment": "^2.30.1",
"mousetrap": "1.6.5",
"ng2-charts": "^6.0.1",
"ngx-color-picker": "16.0.0",
"ngx-doc-viewer": "15.0.1",
"ngx-ui-tour-core": "13.0.0",
"oidc-client-ts": "^3.0.1",
"pikaday": "1.8.2",
"progressbar.js": "1.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rxjs": "7.8.1",
"simplemde": "1.11.2",
"slugify": "1.6.6",
"tslib": "2.6.2",
"tui-calendar": "^1.15.3",
"typemoq": "^2.1.0",
"video.js": "8.12.0",
"vis-data": "7.1.9",
"vis-network": "9.1.9",
"vis-util": "5.0.7",
"y-protocols": "^1.0.6",
"y-websocket": "^2.0.3",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1800.2",
"@angular-devkit/build-angular": "^18.0.2",
"@angular-eslint/builder": "18.0.0",
"@angular-eslint/eslint-plugin": "18.0.0",
"@angular-eslint/eslint-plugin-template": "18.0.0",
"@angular-eslint/schematics": "18.0.0",
"@angular-eslint/template-parser": "18.0.0",
"@angular/cli": "^18.0.2",
"@angular/compiler": "^18.0.1",
"@angular/compiler-cli": "^18.0.1",
"@angular/elements": "^18.0.1",
"@compodoc/compodoc": "^1.1.25",
"@storybook/addon-actions": "^8.1.5",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/angular": "^8.1.5",
"@storybook/testing-library": "^0.2.2",
"@types/ace": "^0.0.52",
"@types/codemirror": "5.60.15",
"@types/core-js": "2.5.8",
"@types/jasmine": "5.1.4",
"@types/marked": "5.0.2",
"@types/mersenne-twister": "1.1.7",
"@types/mousetrap": "1.6.15",
"@types/node": "20.12.13",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/simplemde": "1.11.11",
"@types/tapable": "2.2.7",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@webcomponents/custom-elements": "^1.6.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-storybook": "^0.8.0",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.2.5",
"squidex-prettier-plugin-organize-attributes": "^1.0.1",
"storybook": "^8.1.5",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "6.3.0",
"typescript": "5.4.5"
},
"overrides": {
"ng2-charts": {
"ng2-charts-schematics": "0.1.7"
}
}
}