-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.1 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
{
"name": "sqac-amplify",
"version": "1.1.1",
"description": "Square Auto-Choreographer",
"author": "Adam Fanello",
"homepage": "http://fanello.net",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod",
"serve:dist": "node_modules/.bin/http-server -p 4200 dist -P http://localhost:3030",
"serve:prod": "npm run build:prod && npm run serve:dist",
"lint": "ng lint",
"clean": "rm -R dist/",
"upload": "aws s3 cp collections/ s3://sqac-amplify-user-data-prod/protected/0000/ --recursive --exclude .DS_Store --profile sqac-amplify-cli",
"publish": "amplify publish --invalidateCloudFront",
"amplify:S3Trigger08755fbf": "cd amplify/backend/function/S3Trigger08755fbf/src/ && npm run build"
},
"dependencies": {
"@angular/animations": "^9.1.9",
"@angular/common": "^9.1.9",
"@angular/compiler": "^9.1.9",
"@angular/core": "^9.1.9",
"@angular/forms": "^9.1.9",
"@angular/platform-browser": "^9.1.9",
"@angular/platform-browser-dynamic": "^9.1.9",
"@angular/router": "^9.1.9",
"@angular/service-worker": "^9.1.9",
"@aws-amplify/ui": "^2.0.2",
"@sailplane/expiring-value": "^1.0.1",
"aws-amplify": "^3.0.25",
"aws-amplify-angular": "^5.0.60",
"bootstrap": "^3.3.7",
"core-js": "^3.6.5",
"image-to-data-uri": "^1.1.0",
"localforage": "^1.7.3",
"ng-sidebar": "^9.2.0",
"ngx-bootstrap": "^5.6.1",
"ngx-toastr": "^12.1.0",
"nouislider": "^10.1.0",
"random-js": "^1.0.8",
"rxjs": "^6.5.5",
"tslib": "^1.11.1",
"uuid": "^3.4.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.7",
"@angular/cli": "^9.1.7",
"@angular/compiler-cli": "^9.1.9",
"@types/aws-lambda": "^8.10.50",
"@types/jasmine": "^2.8.9",
"@types/node": "^12.11.1",
"@types/nouislider": "^9.0.6",
"codelyzer": "^5.2.2",
"http-server": "^0.12.1",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"ts-node": "^8.8.2",
"tslint": "^5.20.1",
"typescript": "3.8.3"
}
}