-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.77 KB
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
{
"name": "@apple/ml-translate-vis",
"author": "Apple",
"version": "1.0.0",
"license": "Apple Sample Code",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build:github": "vite build --mode github",
"build:preview": "vite build --mode preview",
"preview": "vite preview",
"format": "prettier --plugin-search-dir . --write .",
"check": "svelte-check --tsconfig ./tsconfig.json",
"publish": "zsh ./publish-gh.sh"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^3.0.0",
"@types/d3": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"d3": "^7.8.5",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-color": "^3.1.0",
"d3-contour": "^4.0.2",
"d3-drag": "^3.0.0",
"d3-ease": "^3.0.1",
"d3-fetch": "^3.0.1",
"d3-format": "^3.1.0",
"d3-geo": "^3.1.0",
"d3-hierarchy": "^3.1.2",
"d3-interpolate": "^3.0.1",
"d3-path": "^3.1.0",
"d3-random": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time": "^3.1.0",
"d3-time-format": "^4.1.0",
"d3-timer": "^3.0.1",
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-svelte3": "^4.0.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.62.0",
"svelte": "^3.58.0",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.6.0",
"typescript": "^4.5.4",
"vite": "^4.4.3"
},
"browserslist": [
"defaults"
]
}