ringtools-web-v2/package.json

100 lines
3.2 KiB
JSON
Raw Normal View History

2022-01-16 22:44:47 +01:00
{
"name": "ringtools-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
2022-01-17 02:20:39 +01:00
"test": "ng test",
2022-01-17 19:06:36 +01:00
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"i18n:init": "ngx-translate-extract --input ./src --output ./src/assets/i18n/template.json --key-as-default-value --replace --format json",
"i18n:extract": "ngx-translate-extract --input ./src --output ./src/assets/i18n/{en}.json --clean --format json"
2022-01-16 22:44:47 +01:00
},
"private": true,
"dependencies": {
2024-03-30 09:29:15 +01:00
"@angular/animations": "^17.3.2",
"@angular/common": "^17.3.2",
"@angular/compiler": "^17.3.2",
"@angular/core": "^17.3.2",
"@angular/forms": "^17.3.2",
"@angular/localize": "^17.3.2",
"@angular/platform-browser": "^17.3.2",
"@angular/platform-browser-dynamic": "^17.3.2",
"@angular/router": "^17.3.2",
2024-03-30 08:50:00 +01:00
"@babel/runtime": "^7.24.1",
2022-01-17 12:10:57 +01:00
"@egjs/hammerjs": "^2.0.17",
2024-03-30 09:10:05 +01:00
"@fontsource/lato": "^5.0.20",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
2024-03-30 09:29:15 +01:00
"@ngrx/entity": "^17.1.1",
"@ngrx/store": "^17.1.1",
2024-03-30 09:10:05 +01:00
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
2024-03-30 08:50:00 +01:00
"@popperjs/core": "^2.11.8",
"@types/d3": "^7.4.3",
2024-03-30 09:10:05 +01:00
"@types/lz-string": "^1.5.0",
2024-03-30 08:50:00 +01:00
"bolt07": "^1.8.4",
"bootstrap": "5.3.3",
"bootstrap-icons": "^1.11.3",
"buffer": "^6.0.3",
2024-03-30 09:29:15 +01:00
"component-emitter": "^2.0.0",
2024-03-30 08:50:00 +01:00
"d3": "^7.9.0",
2024-03-30 09:29:15 +01:00
"dragula": "^3.7.3",
2024-03-30 08:50:00 +01:00
"highlight.js": "^11.9.0",
2022-01-17 12:10:57 +01:00
"keycharm": "^0.4.0",
2023-03-14 18:28:46 +01:00
"lz-string": "^1.5.0",
2024-03-30 09:29:15 +01:00
"ng2-dragula": "^5.0.2",
2024-03-30 09:10:05 +01:00
"ngrx-store-localstorage": "^17.0.0",
"ngx-clipboard": "^16.0.0",
2024-03-30 08:50:00 +01:00
"qrcode": "^1.5.3",
"rxjs": "7.8.1",
2022-01-17 17:26:17 +01:00
"save-svg-as-png": "^1.4.17",
2024-03-30 08:50:00 +01:00
"socket.io-client": "^4.7.5",
2022-01-17 12:10:57 +01:00
"timsort": "^0.3.0",
2024-03-30 08:50:00 +01:00
"tslib": "^2.6.2",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"vis-util": "^5.0.7",
2024-03-30 09:10:05 +01:00
"zone.js": "~0.14.4"
2022-01-16 22:44:47 +01:00
},
"devDependencies": {
2024-03-30 09:05:41 +01:00
"@angular-builders/custom-webpack": "^17.0.1",
2024-03-30 09:10:05 +01:00
"@angular-devkit/build-angular": "^17.3.2",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
2024-03-30 09:29:15 +01:00
"@angular/cli": "17.3.2",
"@angular/compiler-cli": "^17.3.2",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
2024-03-30 09:29:15 +01:00
"@cypress/schematic": "2.5.1",
"@ngrx/schematics": "^17.1.1",
"@types/dragula": "^3.7.4",
2024-03-30 09:10:05 +01:00
"@types/jasmine": "~5.1.4",
"@types/node": "^20.12.2",
"@types/popper.js": "^1.11.0",
2024-03-30 09:10:05 +01:00
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"cypress": "^13.7.1",
2024-03-30 08:50:00 +01:00
"dotenv": "^16.4.5",
2024-03-30 09:10:05 +01:00
"dotenv-webpack": "^8.1.0",
2024-03-30 08:50:00 +01:00
"eslint": "^8.57.0",
2024-03-30 09:10:05 +01:00
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
2024-03-30 08:50:00 +01:00
"karma-coverage": "~2.2.1",
2024-03-30 09:10:05 +01:00
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.2.5",
"typescript": "~5.4.3",
2024-03-30 08:50:00 +01:00
"yargs": "^17.7.2"
2022-05-17 10:47:28 +02:00
},
"packageManager": "yarn@3.2.1"
2022-01-16 22:44:47 +01:00
}