-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3.49 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
81
82
83
84
85
86
87
{
"name": "@Neurodiversity-in-Business/neurodiversity-in-business.github.io",
"version": "0.5.1",
"author": "Usi Diamond",
"homepage": "https://neurodiversity-in-business.github.io",
"description": "Neurodiversity in Buisness (NiB) is a business-led forum functioning as an industry group for organisations to share industry good practice on ND recruitment, retention and empowerment.",
"scripts": {
"ng": "ng",
"start-dev": "ng serve",
"start": "node server.js",
"buildDev": "ng build --watch --configuration development",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"deploy": "gh-pages -d build",
"test": "ng test --watch false",
"coverage": "ng test --no-watch --code-coverage",
"e2e": "nightwatch --reporter=json -o tests_output -c nightwatch.conf.js",
"e2e:firefox": "nightwatch -r integration-testing/html-reporter.js -o tests_output -c nightwatch.conf.js -e firefox",
"e2e:safari": "nightwatch -r integration-testing/html-reporter.js -o tests_output -c nightwatch.conf.js -e safari",
"e2e:edge": "nightwatch -r integration-testing/html-reporter.js -o tests_output nightwatch.conf.js -e edge",
"e2e:chrome": "nightwatch -r integration-testing/html-reporter.js -o tests_output nightwatch.conf.js -e chrome",
"dockerBuild": "docker build -f Dockerfile -t neurodiversity-main .",
"dockerRun": "docker run --env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --workdir=/ -p 8080:8080 --runtime=runc -d neurodiversity-main:latest"
},
"private": false,
"dependencies": {
"@angular/animations": "^16.1.4",
"@angular/common": "^16.1.4",
"@angular/compiler": "^16.1.4",
"@angular/core": "^16.1.4",
"@angular/fire": "^7.6.1",
"@angular/forms": "^16.1.4",
"@angular/platform-browser": "^16.1.4",
"@angular/platform-browser-dynamic": "^16.1.4",
"@angular/router": "^16.1.4",
"@azure/msal-angular": "^3.0.0-beta.0",
"@azure/msal-browser": "^3.0.0-beta.0",
"@ng-bootstrap/ng-bootstrap": "^15.1.0",
"bootstrap": "^5.3.1",
"express-rate-limit": "^6.7.0",
"express.js": "^1.0.0",
"jquery": "^3.7.0",
"ng2-pdf-viewer": "^9.1.5",
"popper.js": "^1.16.1",
"rxjs": "~7.5.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular/cli": "~16.1.4",
"@angular/compiler-cli": "^16.1.4",
"@angular/localize": "^16.1.4",
"@cucumber/cucumber": "^7.1.0",
"@cucumber/pretty-formatter": "^1.0.0",
"@nightwatch/mobile-helper": "^0.1.12",
"@types/chai": "^4.3.5",
"@types/cucumber": "^6.0.1",
"@types/jasmine": "~4.0.0",
"@types/node": "^20.4.1",
"chromedriver": "^114.0.2",
"cucumber": "^6.0.7",
"cucumber-html-reporter": "^7.1.1",
"cucumber-pretty": "^6.0.1",
"fs": "^0.0.1-security",
"geckodriver": "^4.0.4",
"gh-pages": "^5.0.0",
"handlebars": "^4.7.7",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-spec-reporter": "^0.0.36",
"nightwatch": "^3.0.1",
"nightwatch-html-reporter": "^2.0.6",
"nohup": "^0.1.0",
"path": "^0.12.7",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},
"publishConfig": {
"registry": "https://github.com/Neurodiversity-in-Business"
}
}