This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.58 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
{
"name": "@flagbit/location-search",
"version": "0.4.1",
"main": "index.html",
"license": "MIT",
"scripts": {
"lint": "tslint -c tslint.json --project tsconfig.json '**/*.ts' --exclude '**/node_modules/**' --exclude '**/worker/**'",
"build": "yarn lint && yarn webpack",
"test:bs": "karma start karma.conf.js",
"test": "karma start karma.local.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e/protractor.conf.js",
"webpack": "node_modules/.bin/webpack",
"prepublish": "yarn build"
},
"dependencies": {
"@types/node": "^9.4.6",
"angular": "1.6.4",
"angular-utils-pagination": "^0.11.1",
"babel-loader": "^7.1.3",
"html-loader": "^0.5.5",
"rxjs": "^5.4.3",
"systemjs": "0.19.39",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@types/angular": "^1.6.24",
"@types/angular-mocks": "^1.5.10",
"@types/googlemaps": "^3.26.20",
"@types/jasmine": "^2.5.54",
"angular-mocks": "^1.6.4",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-requirejs": "^1.1.0",
"protractor": "^5.1.2",
"ts-loader": "^2.3.3",
"tslint": "^5.6.0",
"typescript": "^2.4.2",
"uglifyjs": "^2.4.11",
"webpack": "^3.5.5"
}
}