forked from analogjs/analog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.27 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "analogjs-platform",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "nx serve",
"ng": "nx",
"prepare": "git config core.hookspath .githooks",
"start": "nx serve",
"build": "nx run-many --target build --all",
"build:vite-ci": "npm run build -- --exclude analog-app,docs-app",
"test:vite-ci": "npm run test",
"e2e": "nx run-many --target e2e --all --parallel=1 --exclude analog-app-e2e-playwright",
"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"
},
"packageManager": "yarn@1.22.19",
"keywords": [
"vite-plugin",
"angular"
],
"author": "Brandon Roberts <robertsbt@gmail.com>",
"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": {
"@analogjs/content": "latest",
"@angular/animations": "^16.0.0-rc.0",
"@angular/common": "^16.0.0-rc.0",
"@angular/compiler": "^16.0.0-rc.0",
"@angular/core": "^16.0.0-rc.0",
"@angular/forms": "^16.0.0-rc.0",
"@angular/platform-browser": "^16.0.0-rc.0",
"@angular/platform-browser-dynamic": "^16.0.0-rc.0",
"@angular/platform-server": "^16.0.0-rc.0",
"@angular/router": "^16.0.0-rc.0",
"@astrojs/react": "^2.0.2",
"@nrwl/angular": "15.9.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"ajv-formats": "^2.1.1",
"front-matter": "^4.0.2",
"marked": "^4.2.12",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rxjs": "7.8.0",
"tslib": "^2.4.0",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0-rc.0",
"@angular-devkit/core": "^16.0.0-rc.0",
"@angular-devkit/schematics": "^16.0.0-rc.0",
"@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/template-parser": "15.2.0",
"@angular/cli": "^16.0.0-rc.0",
"@angular/compiler-cli": "^16.0.0-rc.0",
"@angular/language-service": "^16.0.0-rc.0",
"@astrojs/markdown-component": "^1.0.2",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@ngtools/webpack": "^16.0.0-rc.0",
"@nrwl/cli": "15.9.2",
"@nrwl/cypress": "15.9.2",
"@nrwl/devkit": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/nx-plugin": "15.9.2",
"@nrwl/vite": "15.9.2",
"@nrwl/web": "15.9.2",
"@nrwl/workspace": "15.9.2",
"@nx-plus/docusaurus": "15.0.0-rc.0",
"@schematics/angular": "^16.0.0-rc.0",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@swc/helpers": "^0.4.14",
"@types/jest": "29.4.4",
"@types/marked": "^4.0.8",
"@types/node": "18.11.18",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"all-contributors-cli": "^6.24.0",
"astro": "2.0.2",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"cpy-cli": "^4.2.0",
"cypress": "^12.4.1",
"eslint": "~8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jsdom": "^21.1.0",
"jsonc-eslint-parser": "^2.1.0",
"kolorist": "^1.6.0",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"ng-packagr": "^16.0.0-rc.0",
"nitropack": "^1.0.0",
"nx": "15.9.2",
"playwright": "^1.30.0",
"postcss": "^8.4.21",
"postcss-import": "~15.1.0",
"postcss-preset-env": "~8.0.1",
"postcss-url": "~10.1.3",
"prettier": "^2.8.3",
"prismjs": "^1.29.0",
"prompts": "^2.4.2",
"rollup-plugin-visualizer": "^5.9.0",
"start-server-and-test": "^1.15.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "5.0.3",
"vite": "4.2.1",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.25.8",
"webpack-bundle-analyzer": "^4.7.0"
}
}