forked from analogjs/analog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.84 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
{
"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",
"e2e": "nx run-many --target e2e --all",
"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://github.com/analogjs/analog#readme",
"repository": {
"type": "git",
"url": "https://github.com/analogjs/analog.git"
},
"private": true,
"workspaces": [
"apps/docs-app"
],
"dependencies": {
"@angular/animations": "~14.0.0",
"@angular/common": "~14.0.0",
"@angular/compiler": "~14.0.0",
"@angular/core": "~14.0.0",
"@angular/forms": "~14.0.0",
"@angular/platform-browser": "~14.0.0",
"@angular/platform-browser-dynamic": "~14.0.0",
"@angular/router": "~14.0.0",
"@nrwl/angular": "14.4.2",
"rxjs": "~7.4.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.0.0",
"@angular-eslint/eslint-plugin": "~14.0.0",
"@angular-eslint/eslint-plugin-template": "~14.0.0",
"@angular-eslint/template-parser": "~14.0.0",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "~14.0.0",
"@angular/language-service": "~14.0.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@ngtools/webpack": "~14.0.0",
"@nrwl/cli": "14.4.2",
"@nrwl/cypress": "14.4.2",
"@nrwl/eslint-plugin-nx": "14.4.2",
"@nrwl/linter": "14.4.2",
"@nrwl/workspace": "14.4.2",
"@nx-plus/docusaurus": "14.1.0",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"all-contributors-cli": "^6.20.0",
"conventional-changelog": "^1.1.4",
"conventional-changelog-cli": "^1.3.21",
"cpy-cli": "^4.1.0",
"cypress": "^9.1.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"kolorist": "^1.5.1",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"nx": "14.4.2",
"prettier": "^2.6.2",
"prompts": "^2.4.2",
"rollup-plugin-visualizer": "^5.7.1",
"start-server-and-test": "^1.14.0",
"ts-node": "~10.8.0",
"typescript": "~4.7.4",
"vite": "^3.0.4",
"vitest": "^0.21.0",
"webpack-bundle-analyzer": "^4.5.0"
}
}