forked from Squidex/squidex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.59 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
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
{
"name": "squidex",
"version": "1.0.0",
"description": "Squidex Headless CMS",
"license": "MIT",
"repository": "https://github.com/SebastianStehle/Squidex",
"scripts": {
"start": "webpack-dev-server --config app-config/webpack.config.js --inline --port 3000 --hot --https --pfx ../dev/squidex-dev.pfx --pfx-passphrase password",
"test": "karma start",
"test:coverage": "karma start karma.coverage.conf.js",
"test:clean": "rimraf _test-output",
"tslint": "tslint -c tslint.json -p tsconfig.json app/**/*.ts",
"tslint-fix": "tslint -c tslint.json -p tsconfig.json app/**/*.ts -t verbose --fix",
"build": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config app-config/webpack.config.js --env.production",
"build:clean": "rimraf wwwroot/build",
"build:analyze": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config app-config/webpack.config.js --env.production --env.analyze",
"postinstall": "ngcc --properties esm5 browser module main --first-only --create-ivy-entry-points"
},
"dependencies": {
"@angular/animations": "11.0.0",
"@angular/cdk": "11.0.0",
"@angular/common": "11.0.0",
"@angular/core": "11.0.0",
"@angular/forms": "11.0.0",
"@angular/localize": "11.0.0",
"@angular/platform-browser": "11.0.0",
"@angular/platform-browser-dynamic": "11.0.0",
"@angular/platform-server": "11.0.0",
"@angular/router": "11.0.0",
"@egjs/hammerjs": "2.0.17",
"@types/codemirror": "0.0.98",
"ace-builds": "1.4.12",
"angular-gridster2": "10.1.7",
"angular-mentions": "1.2.0",
"angular2-chartjs": "0.5.1",
"babel-polyfill": "6.26.0",
"bootstrap": "4.5.3",
"core-js": "3.7.0",
"cropperjs": "2.0.0-alpha.1",
"date-fns": "2.16.1",
"font-awesome": "4.7.0",
"graphiql": "1.0.6",
"graphql": "15.4.0",
"image-focus": "1.1.2",
"keycharm": "0.4.0",
"marked": "1.2.4",
"mersenne-twister": "1.1.0",
"mousetrap": "1.6.5",
"ngx-color-picker": "10.1.0",
"ngx-doc-viewer": "^1.4.0",
"oidc-client": "1.10.1",
"pikaday": "1.8.2",
"progressbar.js": "1.1.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"rxjs": "6.6.3",
"simplemde": "1.11.2",
"slugify": "1.4.6",
"tinymce": "5.5.1",
"tslib": "2.0.3",
"vis-data": "7.1.1",
"vis-network": "8.5.3",
"vis-util": "4.3.4",
"zone.js": "0.11.3"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "0.1100.1",
"@angular/compiler": "11.0.0",
"@angular/compiler-cli": "11.0.0",
"@ngtools/webpack": "11.0.1",
"@types/core-js": "2.5.4",
"@types/jasmine": "3.6.1",
"@types/marked": "1.1.0",
"@types/mersenne-twister": "1.1.2",
"@types/mousetrap": "1.6.4",
"@types/node": "14.14.7",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.9",
"@types/simplemde": "1.11.7",
"@types/tinymce": "4.6.0",
"browserslist": "4.14.7",
"caniuse-lite": "1.0.30001158",
"circular-dependency-plugin": "5.2.2",
"codelyzer": "6.0.1",
"copy-webpack-plugin": "6.3.1",
"css-loader": "5.0.1",
"cssnano": "4.1.10",
"entities": "2.1.0",
"file-loader": "6.2.0",
"html-loader": "1.3.2",
"html-webpack-plugin": "4.5.0",
"ignore-loader": "0.1.2",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.6.0",
"karma": "5.2.3",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-htmlfile-reporter": "0.3.8",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "0.3.8",
"karma-webpack": "4.0.2",
"mini-css-extract-plugin": "1.3.1",
"node-sass": "5.0.0",
"optimize-css-assets-webpack-plugin": "5.0.4",
"postcss-import": "13.0.0",
"postcss-loader": "4.0.4",
"postcss-preset-env": "6.7.0",
"raw-loader": "4.0.2",
"resize-observer-polyfill": "1.5.1",
"rimraf": "3.0.2",
"rxjs-tslint": "0.1.8",
"sass-lint": "1.13.1",
"sass-lint-webpack": "1.0.3",
"sass-loader": "10.1.0",
"style-loader": "2.0.0",
"sugarss": "3.0.3",
"terser-webpack-plugin": "4.2.3",
"ts-loader": "8.0.11",
"tsconfig-paths-webpack-plugin": "3.3.0",
"tslint": "6.1.3",
"tslint-immutable": "6.0.1",
"tslint-webpack-plugin": "2.1.0",
"typemoq": "2.1.0",
"typescript": "4.0",
"underscore": "1.11.0",
"video.js": "^7.10.2",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}