-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
80 lines (80 loc) · 2.74 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
72
73
74
75
76
77
78
79
80
{
"name": "@filestack/angular",
"version": "2.0.2",
"description": "Angular module for filestack-js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:umd": "rollup -c",
"build": "ng build filestack-angular --configuration production",
"test": "ng test filestack-angular --watch=false",
"test:watch": "ng test filestack-angular",
"lint": "ng lint",
"e2e": "ng e2e",
"release": "ng test filestack-angular --watch=false && ng build filestack-angular --configuration production && standard-version",
"publishS3": "npx webpack",
"publish": "cd dist/filestack-angular/ && npm publish",
"publish:umd": "npm run build:umd && npm run publishS3"
},
"dependencies": {
"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"filestack-js": "3.x.x",
"ngx-highlightjs": "^4.1.1",
"rxjs": "~6.6.2",
"tslib": "^2.0.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-devkit/core": "^14.2.10",
"@angular-eslint/builder": "14.2.0",
"@angular-eslint/eslint-plugin": "14.2.0",
"@angular-eslint/eslint-plugin-template": "14.2.0",
"@angular-eslint/schematics": "14.2.0",
"@angular-eslint/template-parser": "14.2.0",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "^8.27.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^14.2.2",
"protractor": "~7.0.0",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^8.0.2",
"ts-node": "~8.10.2",
"typescript": "~4.6.4",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-s3-plugin": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/filestack/filestack-angular.git"
}
}