-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "e-commerce",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "ng serve",
"build": "ng build --configuration production --base-href '.' --no-progress"
},
"private": true,
"dependencies": {
"@angular/animations": "13.2.1",
"@angular/common": "13.2.1",
"@angular/compiler": "13.2.1",
"@angular/core": "13.2.1",
"@angular/forms": "13.2.1",
"@angular/platform-browser": "13.2.1",
"@angular/platform-browser-dynamic": "13.2.1",
"@angular/router": "13.2.1",
"algoliasearch": "4.12.1",
"angular-instantsearch": "4.1.0",
"core-js": "2.4.1",
"instantsearch.js": "^4.30.2",
"nouislider": "10.1.0",
"rxjs": "6.6.7",
"tslib": "2.8.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.2",
"@angular/cli": "13.2.2",
"@angular/compiler-cli": "13.2.1",
"@angular/language-service": "13.2.1",
"@types/node": "14.18.5",
"codelyzer": "^6.0.0",
"ts-node": "3.2.2",
"tslint": "~6.1.0",
"typescript": "4.5.5"
}
}