generated from CMU-17-356/dronut-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
110 lines (110 loc) · 2.96 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "dronuts2022-group8",
"version": "1.0.0",
"description": "Dronuts app",
"main": "src/app.ts",
"scripts": {
"start": "",
"test": "jest",
"lint": "eslint src/**",
"check": "npm-check -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CMU-17-356/dronuts2022-group8.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CMU-17-356/dronuts2022-group8/issues"
},
"homepage": "https://github.com/CMU-17-356/dronuts2022-group8#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"eslint-config-google": "^0.14.0",
"jest": "^27.4.7"
},
"dependencies": {
"acorn-jsx": "^5.3.2",
"ajv": "^8.9.0",
"ansi-regex": "^6.0.1",
"ansi-styles": "^6.1.0",
"argparse": "^2.0.1",
"balanced-match": "^2.0.0",
"brace-expansion": "^2.0.1",
"callsites": "^4.0.0",
"chalk": "^5.0.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"cross-spawn": "^7.0.3",
"debug": "^4.3.3",
"deep-is": "^0.1.4",
"doctrine": "^3.0.0",
"escape-string-regexp": "^5.0.0",
"eslint-scope": "^7.1.0",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.2.0",
"espree": "^9.3.0",
"esquery": "^1.4.0",
"esrecurse": "^4.3.0",
"estraverse": "^5.3.0",
"esutils": "^2.0.3",
"express": "^4.17.2",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^3.0.0",
"file-entry-cache": "^6.0.1",
"flat-cache": "^3.0.4",
"flatted": "^3.2.5",
"fs.realpath": "^1.0.0",
"functional-red-black-tree": "^1.0.1",
"glob": "^7.2.0",
"glob-parent": "^6.0.2",
"globals": "^13.12.0",
"has-flag": "^5.0.1",
"ignore": "^5.2.0",
"import-fresh": "^3.3.0",
"imurmurhash": "^0.1.4",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"isexe": "^2.0.0",
"js-yaml": "^4.1.0",
"json-schema-traverse": "^1.0.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.0.4",
"ms": "^2.1.3",
"natural-compare": "^1.4.0",
"npm-check": "^5.9.2",
"once": "^1.4.0",
"optionator": "^0.9.1",
"parent-module": "^3.0.0",
"path-is-absolute": "^2.0.0",
"path-key": "^4.0.0",
"prelude-ls": "^1.2.1",
"punycode": "^2.1.1",
"regexpp": "^3.2.0",
"resolve-from": "^5.0.0",
"rimraf": "^3.0.2",
"shebang-command": "^2.0.0",
"shebang-regex": "^4.0.0",
"strip-ansi": "^7.0.1",
"strip-json-comments": "^4.0.0",
"supports-color": "^9.2.1",
"text-table": "^0.2.0",
"type-check": "^0.4.0",
"type-fest": "^2.11.0",
"uri-js": "^4.4.1",
"v8-compile-cache": "^2.3.0",
"which": "^2.0.2",
"word-wrap": "^1.2.3",
"wrappy": "^1.0.2"
}
}