forked from tinymce/tinymce-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.37 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.37 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
{
"name": "@tinymce/tinymce-angular",
"version": "4.2.0",
"description": "Official TinyMCE Angular Component",
"author": "Ephox Inc",
"license": "Apache-2.0",
"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",
"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/"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.1",
"@angular-devkit/core": "^10.0.1",
"@angular/animations": "^10.0.2",
"@angular/cdk": "^10.0.1",
"@angular/cli": "^10.0.1",
"@angular/common": "^10.0.2",
"@angular/compiler": "^10.0.2",
"@angular/compiler-cli": "^10.0.2",
"@angular/core": "^10.0.2",
"@angular/forms": "^10.0.2",
"@angular/language-service": "^10.0.2",
"@angular/material": "^10.0.1",
"@angular/platform-browser": "^10.0.2",
"@angular/platform-browser-dynamic": "^10.0.2",
"@babel/core": "^7.9.6",
"@ephox/agar": "^4.13.10",
"@ephox/bedrock-client": "^9.3.2",
"@ephox/bedrock-server": "^9.3.2",
"@ephox/tslint-rules": "^1.0.11",
"@storybook/addon-notes": "~5.3.21",
"@storybook/angular": "~6.0.21",
"@storybook/storybook-deployer": "^2.8.1",
"@tinymce/miniature": "^2.2.1",
"@types/node": "^14.0.14",
"autoprefixer": "^8.1.0",
"babel-loader": "^8.0.5",
"codelyzer": "^5.0.1",
"copyfiles": "^2.2.0",
"core-js": "^3.6.5",
"json": "^9.0.6",
"ng-packagr": "^9.1.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"regenerator-runtime": "^0.13.5",
"rimraf": "^3.0.2",
"rxjs": "^6.6.0",
"tinymce": "npm:tinymce@^5.4.0",
"tinymce-4": "npm:tinymce@^4.9.7",
"tinymce-5": "npm:tinymce@^5.4.0",
"to-string-loader": "^1.1.5",
"tslib": "^1.10.0",
"tslint": "~6.1.0",
"typescript": "~3.9.6",
"webpack": "^4.43.0",
"zone.js": "~0.10.3"
},
"dependencies": {}
}