-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
75 lines (75 loc) · 2.53 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
{
"name": "angular-template-for-threejs",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-atft": "ng build atft",
"build-prod": "ng build --prod --base-href \"https://makimenko.github.io/angular-template-for-threejs/demo/\" --output-path ./dist/gh-pages-deploy/demo",
"test": "ng test --watch=false --code-coverage --browsers=ChromeHeadlessCustom",
"lint": "ng lint",
"e2e": "ng e2e",
"storybook": "npx ng run angular-template-for-threejs:storybook",
"release": "cd ./projects/atft && standard-version",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.9",
"@angular/common": "^17.0.9",
"@angular/compiler": "^17.0.9",
"@angular/core": "^17.0.9",
"@angular/forms": "^17.0.9",
"@angular/platform-browser": "^17.0.9",
"@angular/platform-browser-dynamic": "^17.0.9",
"@angular/router": "^17.0.9",
"@compodoc/compodoc": "^1.1.23",
"dagre": "^0.8.5",
"rxjs": "~7.8.1",
"three": "^0.160.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"yaml": "^2.3.4",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.10",
"@angular-eslint/builder": "^17.2.0",
"@angular-eslint/eslint-plugin": "^17.2.0",
"@angular-eslint/eslint-plugin-template": "^17.2.0",
"@angular-eslint/schematics": "^17.2.0",
"@angular-eslint/template-parser": "^17.2.0",
"@angular/cli": "^17.0.10",
"@angular/compiler-cli": "^17.0.9",
"@storybook/addon-essentials": "^7.6.8",
"@storybook/addon-interactions": "^7.6.8",
"@storybook/addon-links": "^7.6.8",
"@storybook/angular": "^7.6.8",
"@storybook/blocks": "^7.6.8",
"@storybook/testing-library": "^0.2.2",
"@types/dagre": "^0.7.52",
"@types/jasmine": "~5.1.4",
"@types/three": "^0.160.0",
"@types/uuid": "^9.0.7",
"@types/webgl2": "0.0.10",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "^8.56.0",
"eslint-plugin-storybook": "^0.6.15",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^17.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"standard-version": "^9.5.0",
"storybook": "^7.6.8",
"typescript": "~5.2.2"
}
}