-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.82 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.82 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
68
69
70
71
72
73
{
"description": "HugeRTE Angular Component",
"author": "HugeRTE contributors",
"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')\"",
"test": "yarn bedrock-auto -b chrome-headless -f hugerte-angular-component/src/test/ts/**/*Test.ts",
"test-manual": "bedrock -f hugerte-angular-component/src/test/ts/**/*Test.ts",
"clean": "yarn rimraf dist",
"lint": "eslint hugerte-angular-component/src/**/*.ts stories/**/*.ts",
"build": "yarn run clean && ng-packagr -p hugerte-angular-component/ng-package.json && json -I -f dist/hugerte-angular/package.json -e 'this.version=process.env.npm_package_version' && copyfiles README.md dist/hugerte-angular/",
"storybook": "ng run angular:storybook",
"build-storybook": "ng run angular:build-storybook",
"deploy-storybook": "yarn build-storybook && gh-pages -d ./storybook-static -u 'tiny-bot <no-reply@tiny.cloud>'"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^21.0.5",
"@angular-devkit/core": "^21.0.5",
"@angular/animations": "^21.0.8",
"@angular/cdk": "^21.0.6",
"@angular/cli": "^21.0.5",
"@angular/common": "^21.0.8",
"@angular/compiler": "^21.0.8",
"@angular/compiler-cli": "^21.0.8",
"@angular/core": "^21.0.8",
"@angular/forms": "^21.0.8",
"@angular/language-service": "^21.0.8",
"@angular/material": "^21.0.6",
"@angular/platform-browser": "^21.0.8",
"@babel/core": "^7.26.10",
"@ephox/agar": "8.0.1",
"@ephox/bedrock-client": "^14.1.1",
"@ephox/bedrock-server": "^14.1.3",
"@hugerte/framework-integration-shared": "1.0.1",
"@storybook/addon-essentials": "9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9",
"@storybook/angular": "^9",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@tinymce/eslint-plugin": "^3.0.0",
"@types/chai": "^4.3.16",
"@types/node": "^20.14.12",
"autoprefixer": "^10.4.21",
"babel-loader": "^9.1.3",
"chai": "^5.1.1",
"codelyzer": "^6.0.2",
"copyfiles": "^2.4.1",
"core-js": "^3.46.0",
"eslint-plugin-chai-friendly": "^1.0.0",
"eslint-plugin-storybook": "^0.11.6",
"gh-pages": "^6.1.0",
"hugerte": "^1.0.4",
"hugerte-1": "npm:hugerte@^1.0.4",
"json": "11.0.0",
"ng-packagr": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^19.0.0",
"regenerator-runtime": "^0.14.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"storybook": "^9",
"to-string-loader": "^1.1.5",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"webpack": "^5.95.0",
"zone.js": "~0.16.0"
},
"version": "1.1.0",
"name": "@hugerte/hugerte-angular",
"packageManager": "yarn@4.6.0"
}