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
67 lines (67 loc) · 2.5 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.5 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
{
"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",
"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/"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^0.1101.2",
"@angular-devkit/core": "^11.2.12",
"@angular/animations": "^11.2.13",
"@angular/cdk": "^11.2.12",
"@angular/cli": "^11.2.12",
"@angular/common": "^11.2.13",
"@angular/compiler": "^11.2.13",
"@angular/compiler-cli": "^11.2.13",
"@angular/core": "^11.2.13",
"@angular/forms": "^11.2.13",
"@angular/language-service": "^11.2.13",
"@angular/material": "^11.2.12",
"@angular/platform-browser": "^11.2.13",
"@angular/platform-browser-dynamic": "^11.2.13",
"@babel/core": "^7.14.0",
"@ephox/agar": "^5.3.1",
"@ephox/bedrock-client": "^11.1.1",
"@ephox/bedrock-server": "^11.2.0",
"@ephox/sugar": "^7.1.3",
"@storybook/addon-notes": "~5.3.21",
"@storybook/angular": "~6.1.16",
"@storybook/storybook-deployer": "^2.8.7",
"@tinymce/beehive-flow": "^0.15.0",
"@tinymce/eslint-plugin": "^1.7.4",
"@tinymce/miniature": "^3.1.1",
"@types/node": "^14.14.24",
"autoprefixer": "^8.1.0",
"babel-loader": "^8.2.2",
"codelyzer": "^5.0.1",
"copyfiles": "^2.4.1",
"core-js": "^3.12.1",
"json": "10",
"ng-packagr": "^11.2.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"rxjs": "^6.6.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",
"typescript": "~4.1",
"webpack": "^4.43.0",
"zone.js": "~0.11.4"
},
"dependencies": {
"tinymce": "^5.5.0"
},
"version": "4.2.5-rc",
"name": "@tinymce/tinymce-angular"
}