This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
forked from tinymce/tinymce-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.69 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
{
"description": "Official TinyMCE Angular Component",
"author": "Ephox Corporation DBA Tiny Technologies, Inc.",
"license": "MIT",
"scripts": {
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"",
"storybook": "yarn start-storybook -p 9001 -c .storybook",
"test": "yarn bedrock-auto -b chrome-headless -f tinymce-angular-component/src/test/ts/**/*Test.ts",
"test-manual": "bedrock -f tinymce-angular-component/src/test/ts/**/*Test.ts",
"clean": "yarn rimraf dist",
"lint": "eslint tinymce-angular-component/src/**/*.ts stories/**/*.ts",
"build": "yarn run clean && ng-packagr -p tinymce-angular-component/ng-package.json && json -I -f dist/tinymce-angular/package.json -e 'this.version=process.env.npm_package_version' && copyfiles README.md dist/tinymce-angular/",
"postinstall": "ngcc --properties es2015 browser module main"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.4",
"@angular-devkit/core": "^14.0.4",
"@angular/animations": "^14.0.4",
"@angular/cdk": "^14.0.4",
"@angular/cli": "^14.0.4",
"@angular/common": "^14.0.4",
"@angular/compiler": "^14.0.4",
"@angular/compiler-cli": "^14.0.4",
"@angular/core": "^14.0.4",
"@angular/forms": "^14.0.4",
"@angular/language-service": "^14.0.4",
"@angular/material": "^14.0.4",
"@angular/platform-browser": "^14.0.4",
"@angular/platform-browser-dynamic": "^14.0.4",
"@babel/core": "^7.14.0",
"@ephox/agar": "^7.1.1",
"@ephox/bedrock-client": "^13.0.0",
"@ephox/bedrock-server": "^13.2.1",
"@ephox/sugar": "^9.0.3",
"@storybook/addon-notes": "~5.3.21",
"@storybook/angular": "6.5.9",
"@storybook/builder-webpack5": "6.5.9",
"@storybook/manager-webpack5": "6.5.9",
"@storybook/storybook-deployer": "^2.8.12",
"@tinymce/beehive-flow": "^0.19.0",
"@tinymce/eslint-plugin": "^2.0.1",
"@tinymce/miniature": "^5.0.1",
"@types/node": "^18.6.1",
"autoprefixer": "^8.1.0",
"babel-loader": "^8.2.2",
"codelyzer": "^5.0.1",
"copyfiles": "^2.4.1",
"core-js": "^3.19.3",
"json": "11.0.0",
"ng-packagr": "^14.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"rxjs": "^7.4.0",
"tinymce-4": "npm:tinymce@^4",
"tinymce-5": "npm:tinymce@^5",
"tinymce-6": "npm:tinymce@^6",
"to-string-loader": "^1.1.5",
"tslib": "^2.4.0",
"typescript": "~4.7.4",
"webpack": "^5.64.1",
"zone.js": "~0.11.4"
},
"dependencies": {
"tinymce": "^5.10.7"
},
"version": "7.0.1-rc",
"name": "@tinymce/tinymce-angular"
}