-
Notifications
You must be signed in to change notification settings - Fork 428
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.27 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "demo",
"version": "7.0.0",
"private": true,
"scripts": {
"ng": "nx",
"start": "npx nx run demo:serve",
"demo.build": "ng build",
"demo.build-prod": "ng build",
"build": "nx run ng2-dragula:build",
"lint": "nx run-many --target=lint --all",
"test": "nx run-many --target=test --all",
"version": "nx run ng2-dragula:version",
"pretest": "run-s lint build",
"test-coverage": "nx run-many --all --target=test --codeCoverage"
},
"dependencies": {
"@angular/animations": "20.3.14",
"@angular/common": "20.3.14",
"@angular/compiler": "20.3.14",
"@angular/core": "20.3.14",
"@angular/forms": "20.3.14",
"@angular/platform-browser": "20.3.14",
"@angular/platform-browser-dynamic": "20.3.14",
"@angular/router": "20.3.14",
"@nx/angular": "22.5.4",
"@nx/workspace": "22.5.4",
"nx": "22.5.4",
"postcss-preset-env": "8.0.1",
"rxjs": "~7.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.14",
"@angular-devkit/core": "20.3.14",
"@angular-devkit/schematics": "20.3.14",
"@angular-eslint/eslint-plugin": "20.7.0",
"@angular-eslint/eslint-plugin-template": "20.7.0",
"@angular-eslint/template-parser": "20.7.0",
"@angular/cli": "20.3.14",
"@angular/compiler-cli": "20.3.14",
"@nx/eslint": "22.5.4",
"@nx/eslint-plugin": "22.5.4",
"@nx/jest": "22.5.4",
"@schematics/angular": "20.3.14",
"@types/dragula": "^2.1.34",
"@types/fs-extra": "9.0.7",
"@types/jest": "29.5.14",
"@types/node": "18.19.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "^10.4.0",
"codecov": "^3.8.2",
"conventional-changelog-cli": "2.1.1",
"conventional-github-releaser": "3.1.5",
"dragula": "^3.7.2",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "2.12.1",
"fs-extra": "9.1.0",
"jest": "29.7.0",
"jest-preset-angular": "14.6.2",
"ng-packagr": "20.3.2",
"prettier": "^2.5.1",
"rimraf": "*",
"rollup": "^2.51.1",
"testdouble": "^3.16.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "5.8.3"
}
}