-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
{
"name": "jeopardy",
"version": "1.0.0",
"description": "trivia game",
"source": [
"src/index.html",
"src/operator/operator.html",
"src/presentation/presentation.html",
"src/stateMachineHistoryVisualizer/index.html",
"src/moneyOverride/moneyOverride.html"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pfroud/jeopardy.git"
},
"author": "Peter Froud",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pfroud/jeopardy/issues"
},
"homepage": "https://github.com/pfroud/jeopardy#readme",
"devDependencies": {
"@aduh95/viz.js": "^3.7.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@parcel/transformer-css": "^2.12.0",
"@types/d3-axis": "^3.0.6",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/d3-zoom": "^3.0.8",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"parcel": "^2.12.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
},
"dependencies": {
"chartist": "^1.3.0",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0"
},
"@parcel/transformer-css": {
"drafts": {
"nesting": true
}
}
}