forked from UnstableDesign/AdaCAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 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
76
77
78
79
80
81
82
83
{
"name": "adacad",
"version": "4.0",
"license": "GPL-3.0-or-later",
"author": "The Unstable Design Lab <[email protected]> (http://unstable.design/)",
"homepage": "https://adacad.unstable.design/",
"funding": {
"type": "National Science Foundation Grants #1943109 and #1755587",
"url": "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1943109"
},
"repository": {
"type": "git",
"url": "https://github.com/UnstableDesign/AdaCAD.git"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.2.1",
"@angular/cdk": "^17.2.0",
"@angular/common": "^17.2.1",
"@angular/compiler": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/fire": "^17.0.0-next.0",
"@angular/forms": "^17.2.1",
"@angular/material": "^17.2.0",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/router": "^17.2.1",
"@fortawesome/fontawesome-free": "^6.4.0",
"@ngrx/effects": "^17.1.0",
"@ngrx/entity": "^17.1.0",
"@ngrx/store": "^17.1.0",
"@ngrx/store-devtools": "^17.1.0",
"@types/webgl2": "^0.0.6",
"core-js": "^3.6.4",
"firebase": "^9.4.0",
"hydra-synth": "^1.3.29",
"mathjs": "^12.3.2",
"ngx-color-picker": "^16.0.0",
"rxfire": "^6.0.3",
"rxjs": "^7.8.1",
"tar": ">=5.0.10",
"three": "^0.150.1",
"tslib": "^2.3.1",
"uuid": "^9.0.1",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1702.0",
"@angular-devkit/build-angular": "^17.2.0",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.1",
"@angular/language-service": "^17.2.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"codelyzer": "^0.0.28",
"eslint": "^8.57.0",
"firebase-tools": "^12.9.1",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"protractor": "^7.0.0",
"ts-node": "~8.6.2",
"typedoc": "^0.25.8",
"typescript": "^5.3.3"
}
}