forked from analogjs/analog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.25 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
{
"name": "analogjs-platform",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "nx serve",
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main",
"prepare": "git config core.hookspath .githooks",
"start": "nx serve",
"build": "nx run-many --target build --all --exclude=astro-app",
"e2e": "nx run-many --target e2e --all --parallel=1",
"test": "nx run-many --target test --all",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"keywords": [
"vite-plugin",
"angular"
],
"author": "Brandon Roberts <[email protected]>",
"bugs": {
"url": "https://github.com/analogjs/analog/issues"
},
"homepage": "https://analogjs.org",
"repository": {
"type": "git",
"url": "https://github.com/analogjs/analog.git"
},
"private": true,
"workspaces": [
"apps/docs-app"
],
"dependencies": {
"@angular/animations": "14.2.5",
"@angular/common": "14.2.5",
"@angular/compiler": "14.2.5",
"@angular/core": "14.2.5",
"@angular/forms": "14.2.5",
"@angular/platform-browser": "14.2.5",
"@angular/platform-browser-dynamic": "14.2.5",
"@angular/platform-server": "14.2.5",
"@angular/router": "14.2.5",
"@nrwl/angular": "14.6.4",
"astro": "^1.4.7",
"rxjs": "7.5.7",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.5",
"@angular-eslint/eslint-plugin": "~14.1.2",
"@angular-eslint/eslint-plugin-template": "~14.1.2",
"@angular-eslint/template-parser": "~14.1.2",
"@angular/cli": "~14.2.5",
"@angular/compiler-cli": "14.2.5",
"@angular/language-service": "14.2.5",
"@astrojs/markdown-component": "^1.0.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@ngtools/webpack": "~14.2.5",
"@nrwl/cli": "14.8.4",
"@nrwl/cypress": "14.8.4",
"@nrwl/eslint-plugin-nx": "14.8.4",
"@nrwl/jest": "14.8.4",
"@nrwl/linter": "14.8.4",
"@nrwl/workspace": "14.8.4",
"@nx-plus/docusaurus": "14.1.0",
"@types/jest": "29.1.2",
"@types/node": "18.8.4",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"all-contributors-cli": "^6.24.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"cpy-cli": "^4.2.0",
"cypress": "^10.10.0",
"eslint": "~8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"jest": "29.1.2",
"jsdom": "^20.0.1",
"kolorist": "^1.6.0",
"lint-staged": "^13.0.3",
"minimist": "^1.2.7",
"nx": "14.8.4",
"playwright": "^1.27.1",
"prettier": "^2.7.1",
"ng-packagr": "~14.1.0",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prompts": "^2.4.2",
"rollup-plugin-visualizer": "^5.8.2",
"start-server-and-test": "^1.14.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "~4.8.4",
"vite": "^3.1.7",
"vitest": "^0.24.1",
"webpack-bundle-analyzer": "^4.6.1"
}
}