forked from frc971/971-Robot-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 831 Bytes
/
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
{
"name": "971-Robot-Code",
"license": "MIT",
"type": "module",
"private": true,
"devDependencies": {
"@angular/animations": "15.1.5",
"@angular/common": "15.1.5",
"@angular/compiler": "15.1.5",
"@angular/compiler-cli": "15.1.5",
"@angular/core": "15.1.5",
"@angular/forms": "15.1.5",
"@angular/platform-browser": "15.1.5",
"@angular/cli": "15.1.5",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@types/jasmine": "3.10.3",
"html-insert-assets": "0.14.3",
"cypress": "12.3.0",
"prettier": "2.6.1",
"requirejs": "2.3.6",
"rollup": "3.17.2",
"rxjs": "7.5.7",
"@rollup/plugin-node-resolve": "13.1.3",
"@types/flatbuffers": "1.10.0",
"@types/node": "17.0.21",
"typescript": "4.8.4",
"terser": "5.16.4",
"zone.js": "^0.11.4"
}
}