This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
100 lines (99 loc) · 3.11 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
{
"name": "angular-three",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "ngcc --properties es2020 browser module main",
"commit": "git-cz",
"contributors:init": "all-contributors init",
"contributors:add": "all-contributors add",
"release": "dotenv release-it --",
"storybook": "nx storybook soba",
"build": "nx run-many --target=build --projects=core,cannon,postprocessing,soba,schematics",
"publish": "nx run-many --target=publish --all --parallel"
},
"private": true,
"dependencies": {
"@angular/animations": "14.1.0",
"@angular/cdk": "14.1.0",
"@angular/cli": "14.1.0",
"@angular/common": "14.1.0",
"@angular/compiler": "14.1.0",
"@angular/compiler-cli": "14.1.0",
"@angular/core": "14.1.0",
"@angular/forms": "14.1.0",
"@angular/language-service": "14.1.0",
"@angular/platform-browser": "14.1.0",
"@angular/platform-browser-dynamic": "14.1.0",
"@angular/router": "14.1.0",
"@pmndrs/cannon-worker-api": "~2.1.0",
"cannon-es": "~0.19.0",
"cannon-es-debugger": "~1.0.0",
"nice-color-palettes": "3.0.0",
"rxjs": "~7.5.6",
"three": "0.142.0",
"three-stdlib": "~2.13.0",
"troika-three-text": "~0.46.4",
"tslib": "^2.4.0",
"zone.js": "~0.11.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.1.0",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@mdx-js/react": "2.1.2",
"@nrwl/angular": "14.5.1",
"@nrwl/cli": "14.5.1",
"@nrwl/devkit": "14.5.1",
"@nrwl/eslint-plugin-nx": "14.5.1",
"@nrwl/jest": "14.5.1",
"@nrwl/js": "14.5.1",
"@nrwl/linter": "14.5.1",
"@nrwl/nx-cloud": "14.2.0",
"@nrwl/nx-plugin": "14.5.1",
"@nrwl/storybook": "14.5.1",
"@nrwl/workspace": "14.5.1",
"@release-it/bumper": "4.0.0",
"@release-it/conventional-changelog": "5.0.0",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addons": "~6.5.9",
"@storybook/angular": "6.5.9",
"@storybook/builder-webpack5": "6.5.9",
"@storybook/core-server": "6.5.9",
"@storybook/manager-webpack5": "6.5.9",
"@storybook/theming": "~6.5.9",
"@swc-node/register": "^1.5.1",
"@swc/core": "^1.2.220",
"@types/jest": "28.1.6",
"@types/node": "16.11.7",
"@types/three": "0.142.0",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"all-contributors-cli": "~6.20.0",
"commitizen": "4.2.5",
"csstype": "3.1.0",
"cz-customizable": "~6.9.1",
"dotenv-cli": "6.0.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"jest": "28.1.3",
"jest-preset-angular": "12.2.0",
"ng-packagr": "14.1.0",
"nx": "14.5.1",
"postcss": "~8.4.14",
"postcss-import": "14.1.0",
"postcss-preset-env": "~7.7.2",
"postcss-url": "10.1.3",
"postprocessing": "~6.28.4",
"prettier": "2.7.1",
"release-it": "15.2.0",
"ts-jest": "28.0.7",
"typescript": "4.7.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}