-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "nakupovalni-seznami-frontend",
"version": "1.0.0",
"description": "Primer spletne aplikacije za predavanja in vaje PRPO.",
"scripts": {
"build": "ng build",
"ng": "ng",
"start": "ng serve",
"test": "ng test --sourcemaps=false",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@angular/common": "~11.0.0",
"@angular/compiler": "~11.0.0",
"@angular/core": "~11.0.0",
"@angular/forms": "~11.0.0",
"@angular/http": "~7.2.0",
"@angular/platform-browser": "~11.0.0",
"@angular/platform-browser-dynamic": "~11.0.0",
"@angular/router": "~11.0.0",
"classlist.js": "^1.1.20150312",
"core-js": "2.5.7",
"rxjs": "6.5.3",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.20",
"@angular/cli": "~11.0.0",
"@angular/compiler-cli": "~11.0.0",
"typescript": "~4.0.0",
"tslint": "~5.20.0",
"jasmine-core": "~3.5.0",
"@types/node": "~12.12.0",
"@types/jasmine": "~3.5.0",
"hammerjs": "2.0.8"
},
"repository": {}
}