forked from tinymce/tinymce-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 2.06 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
{
"name": "@tinymce/tinymce-angular",
"version": "3.3.1",
"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": "start-storybook -p 9001 -c .storybook",
"test": "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": "rimraf dist",
"build": "yarn run clean && ng-packagr -p tinymce-angular-component/ng-package.json && copyfiles README.md dist/tinymce-angular/",
"prepare": "yarn run build",
"publish": "yarn run build && (cd dist/tinymce-angular && yarn publish)"
},
"private": true,
"dependencies": {},
"devDependencies": {
"@angular-devkit/core": "^8.0.0",
"@angular/animations": "^8.0.0",
"@angular/cdk": "^8.0.0",
"@angular/cli": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/language-service": "^8.0.0",
"@angular/material": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@babel/core": "^7.2.2",
"@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.1.0",
"@storybook/angular": "~5.1.0",
"@storybook/storybook-deployer": "^2.8.1",
"babel-loader": "^8.0.5",
"codelyzer": "^5.0.1",
"copyfiles": "^2.1.0",
"core-js": "^3.4.8",
"ng-packagr": "^5.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"rxjs": "^6.3.3",
"tinymce": "^5.0.3",
"to-string-loader": "^1.1.5",
"tslib": "^1.9.0",
"tslint": "~5.16.0",
"typescript": "~3.4.5",
"webpack": "^4.29.0",
"zone.js": "~0.9.1"
}
}