-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
executable file
·58 lines (58 loc) · 1.54 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": "@fullpage/angular-fullpage",
"version": "0.1.4",
"description": "Official Angular wrapper for fullPage.js",
"author": "vh13294",
"contributors": [
"vh13294",
"alvarotrigo"
],
"homepage": "https://github.com/alvarotrigo/angular-fullpage",
"repository": {
"type": "git",
"url": "https://github.com/alvarotrigo/angular-fullpage"
},
"license": "GPL-3.0",
"private": false,
"main": "dist/@fullpage/angular-fullpage",
"files": [
"dist"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"post-build": "cpx README.md dist/@fullpage/angular-fullpage",
"build": "ng build angular-fullpage && npm run post-build",
"build:example": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "16.0.0",
"@angular/common": "16.0.0",
"@angular/compiler": "16.0.0",
"@angular/core": "16.0.0",
"@angular/forms": "16.0.0",
"@angular/platform-browser": "16.0.0",
"@angular/platform-browser-dynamic": "16.0.0",
"@angular/router": "16.0.0",
"fullpage.js": "4.0.28",
"rxjs": "~6.6.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.0",
"@angular/cli": "16.0.0",
"@angular/compiler-cli": "16.0.0",
"@angular/language-service": "16.0.0",
"@types/node": "^12.11.1",
"codelyzer": "~6.0.2",
"cpx": "^1.5.0",
"ng-packagr": "^16.0.0",
"ts-node": "~8.0.0",
"tslib": "^2.4.0",
"tslint": "~5.11.0",
"typescript": "5.0.2"
}
}