-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.51 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
{
"name": "Ps-helix-design-system",
"private": true,
"version": "4.1.1",
"description": "Helix Design System",
"author": "Fabrice PEREZ",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/PACK-Solutions/ps-helix"
},
"publishConfig": {
"access": "restricted"
},
"scripts": {
"start": "ng serve --configuration development",
"build": "rm -rf dist && ng build",
"dev": "npm run start",
"build:lib": "ng build ps-helix",
"publish:lib": "npm publish ./dist/ps-helix --access public",
"watch:lib": "ng build ps-helix --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@angular/animations": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"@angular/router": "^21.0.0",
"@ngx-translate/core": "^15.0.0",
"@phosphor-icons/web": "^2.0.3",
"date-fns": "^3.3.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0",
"zone.js": "^0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-preset-angular": "^16.0.0",
"ng-packagr": "^21.0.0",
"typescript": "~5.9.0"
}
}