-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.87 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
{
"name": "know-your-barcode",
"version": "1.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test --browsers=ChromeHeadless",
"lint": "ng lint",
"stylelint": "npx stylelint \"src/**/*.{css,scss}\"",
"stylelint-fix": "npm run stylelint -- --fix",
"analyze": "ng build --source-map --named-chunks --stats-json && esbuild-visualizer --metadata dist/know-your-barcode/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.7",
"@angular/common": "^19.1.7",
"@angular/compiler": "^19.1.7",
"@angular/core": "^19.1.7",
"@angular/forms": "^19.1.7",
"@angular/platform-browser": "^19.1.7",
"@angular/platform-browser-dynamic": "^19.1.7",
"@angular/router": "^19.1.7",
"@angular/service-worker": "^19.1.7",
"@netlify/functions": "^3.0.0",
"axios": "^1.7.9",
"barcode-detector-api-polyfill": "^1.0.16",
"bootstrap": "^5.3.3",
"cheerio": "^1.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.8",
"@angular/cli": "^19.1.8",
"@angular/compiler-cli": "^19.1.7",
"@stylistic/eslint-plugin": "^4.0.1",
"@types/jasmine": "~5.1.6",
"angular-eslint": "~19.1.0",
"esbuild-visualizer": "^0.7.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"globals": "^16.0.0",
"jasmine-core": "^5.6.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"netlify-cli": "^18.1.0",
"ng-mocks": "^14.13.2",
"stylelint": "^16.14.1",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.24.1"
}
}