-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.8 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
{
"name": "les-projets-cagnottes",
"version": "0.16.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"lint-and-fix": "eslint . --ext .ts --fix",
"int:extract": "ng extract-i18n --output-path src/locale",
"prod:build": "ng build -- --configuration production --output-path=dist",
"prod:run": "angular-http-server -p 4200 --path dist/fr"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.6",
"@angular/common": "^16.2.7",
"@angular/compiler": "^16.2.7",
"@angular/core": "^16.2.7",
"@angular/forms": "^16.2.7",
"@angular/localize": "^16.2.7",
"@angular/platform-browser": "^16.2.7",
"@angular/platform-browser-dynamic": "^16.2.7",
"@angular/router": "^16.2.7",
"@fortawesome/fontawesome-free": "^6.4.2",
"@types/uuid": "^9.0.4",
"admin-lte": "^3.2.0",
"core-js": "^3.32.2",
"ionicons": "^7.1.2",
"jquery": "^3.7.1",
"jquery-slimscroll": "^1.3.8",
"ngx-bootstrap": "^11.0.2",
"ngx-infinite-scroll": "^16.0.0",
"ngx-quill": "^22.1.0",
"quill": "^1.3.7",
"quill-emoji": "^0.2.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"zone.js": "^0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.4",
"@angular/cli": "~16.2.4",
"@angular/compiler-cli": "^16.2.7",
"@types/body-parser": "^1.19.2",
"@types/jasmine": "~4.3.0",
"@types/quill": "^1.3.7",
"angular-http-server": "^1.12.0",
"jasmine-core": "~5.1.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.3"
}
}