-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.52 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"private": true,
"engines": {
"node": "18.15.0",
"npm": "Use Yarn CLI instead of NPM CLI",
"yarn": "1.22.19"
},
"volta": {
"node": "18.15.0",
"yarn": "1.22.19"
},
"scripts": {
"postinstall": "ngcc --properties es2020 browser module main",
"assets": "copyfiles README.md dist/packages/ngx-foundation-sites",
"build": "nx build ngx-foundation-sites",
"postbuild": "yarn assets",
"build:storybook": "nx run ngx-foundation-sites:build-storybook",
"e2e": "nx run ngx-foundation-sites-e2e:e2e",
"e2e:ci": "nx run ngx-foundation-sites-e2e:e2e:ci",
"e2e:watch": "nx run ngx-foundation-sites-e2e:e2e:watch",
"format": "nx format:write",
"lint": "nx run-many --target=lint --all",
"start": "yarn storybook",
"storybook": "nx run ngx-foundation-sites:storybook",
"test": "nx run-many --target=test --all",
"verify-license-compliance": "lisense -w lisense.json"
},
"dependencies": {
"@angular/animations": "15.0.4",
"@angular/cdk": "15.0.4",
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/core": "15.0.4",
"@angular/forms": "15.0.4",
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"@ngrx/component-store": "15.0.0",
"foundation-sites": "6.7.5",
"rxjs": "~7.5.0",
"tslib": "2.4.1",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.4",
"@angular-devkit/core": "15.2.4",
"@angular-devkit/schematics": "15.2.4",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "15.2.4",
"@angular/compiler-cli": "15.0.4",
"@angular/language-service": "15.0.4",
"@jscutlery/cypress-harness": "0.4.2",
"@nrwl/angular": "15.8.9",
"@nrwl/cli": "15.8.9",
"@nrwl/cypress": "15.8.9",
"@nrwl/eslint-plugin-nx": "15.8.9",
"@nrwl/jest": "15.8.9",
"@nrwl/js": "15.8.9",
"@nrwl/linter": "15.8.9",
"@nrwl/nx-cloud": "15.3.2",
"@nrwl/storybook": "15.8.9",
"@nrwl/workspace": "15.8.9",
"@schematics/angular": "15.2.4",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/angular": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/core-common": "^6.5.15",
"@storybook/core-server": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@testing-library/angular": "13.4.0",
"@testing-library/cypress": "8.0.7",
"@testing-library/jest-dom": "5.16.5",
"@types/jest": "29.4.4",
"@types/lodash-es": "4.17.7",
"@types/marked": "4.0.8",
"@types/node": "16.18.19",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"copyfiles": "^2.4.1",
"cypress": "^11.2.0",
"cypress-pipe": "2.0.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.10.3",
"html-webpack-plugin": "^5.5.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.0.1",
"lisense": "1.6.1",
"lodash-es": "4.17.21",
"marked": "4.3.0",
"motion-ui": "2.0.4",
"ng-packagr": "15.2.2",
"nx": "15.8.9",
"postcss": "8.4.12",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.6.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"webpack": "^5.64.0"
},
"workspaces": [
"packages/**"
]
}