forked from UnstableDesign/AdaCAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.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
{
"name": "adacad",
"version": "4.0",
"license": "GPL-3.0-or-later",
"author": "The Unstable Design Lab <unstabledesignlab@gmail.com> (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",
"doc": "npx compodoc -p tsconfig.doc.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^13.1.1",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/fire": "^7.0.4",
"@angular/forms": "^15.0.0",
"@angular/material": "^13.1.1",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@ngrx/effects": "^13.0.2",
"@ngrx/entity": "^13.0.2",
"@ngrx/store": "^13.0.2",
"@ngrx/store-devtools": "^13.0.2",
"@types/webgl2": "^0.0.6",
"bulma": "^0.8.0",
"canvas2image": "^1.0.5",
"core-js": "^3.6.4",
"firebase": "^9.4.0",
"mathjs": ">=7.5.1",
"ngx-color-picker": "^11.0.0",
"rxfire": "^6.0.0",
"rxjs": "^6.5.4",
"tar": ">=5.0.10",
"three": "^0.150.1",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1500.0",
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^0.0.28",
"firebase-tools": "^1.2.0",
"fuzzy": "^0.1.3",
"g.js": "^0.3.0",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"matrixmath": "^2.2.2",
"protractor": "~7.0.0",
"ts-node": "~8.6.2",
"tslint": "~6.1.0",
"typescript": "^4.8.4"
}
}