-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.26 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
{
"name": "soba",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"release": "dotenv release-it --",
"start": "npx nx storybook angular-three-soba",
"build-storybook": "npx nx storybook build angular-three-soba"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "16.0.0",
"@angular-devkit/core": "16.0.0",
"@angular-devkit/schematics": "16.0.0",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "16.0.0",
"@angular/language-service": "16.0.0",
"@nx/devkit": "16.1.3",
"@nx/linter": "16.1.3",
"@nx/storybook": "16.1.3",
"@nx/workspace": "16.1.3",
"@release-it/bumper": "^4.0.2",
"@release-it/conventional-changelog": "^5.1.1",
"@schematics/angular": "16.0.0",
"@storybook/addon-essentials": "7.0.9",
"@storybook/angular": "7.0.9",
"@storybook/core-server": "7.0.9",
"@swc-node/register": "^1.6.5",
"@swc/cli": "0.1.62",
"@swc/core": "^1.3.57",
"@types/jest": "29.5.1",
"@types/node": "18.15.11",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.152.0",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"dotenv-cli": "^7.2.1",
"eslint": "~8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-storybook": "^0.6.12",
"glsl-noise": "^0.0.0",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^5.5.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "13.1.0",
"jsonc-eslint-parser": "^2.3.0",
"ng-packagr": "16.0.0",
"nx": "16.1.3",
"postcss": "^8.4.23",
"postcss-import": "~15.1.0",
"postcss-preset-env": "~8.3.2",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"release-it": "^15.10.3",
"storybook": "7.0.9",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"webpack": "^5.82.0",
"@nx/js": "16.1.3",
"@nx/plugin": "16.1.3",
"@nx/jest": "16.1.3",
"@nx/eslint-plugin": "16.1.3",
"@nx/angular": "16.1.3"
},
"dependencies": {
"@angular/animations": "16.0.0",
"@angular/common": "16.0.0",
"@angular/compiler": "16.0.0",
"@angular/core": "16.0.0",
"@angular/forms": "16.0.0",
"@angular/platform-browser": "16.0.0",
"@angular/platform-browser-dynamic": "16.0.0",
"@angular/router": "16.0.0",
"@rx-angular/state": "^15.0.0",
"@swc/helpers": "0.5.1",
"angular-three": "1.10.5",
"rxjs": "~7.8.1",
"stats.js": "^0.17.0",
"three": "0.152",
"three-mesh-bvh": "^0.5.23",
"three-stdlib": "^2.21.11",
"troika-three-text": "^0.47.1",
"tslib": "^2.5.0",
"zone.js": "0.13.0"
}
}