-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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
{
"name": "web-shell",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "lingui compile --typescript; vite --force",
"build": "vite build",
"serve": "vite preview",
"test": "vitest --browser='chrome'",
"extract": "lingui extract",
"compile": "lingui compile --typescript"
},
"dependencies": {
"@lingui/core": "^4.5.0",
"@sveltejs/kit": "^1.27.0",
"async-mutex": "^0.4.0",
"d3": "^7.8.5",
"linux-browser-shell": "^0.1.0",
"lodash": "^4.17.21",
"perfect-arrows": "^0.3.7",
"prettier-plugin-svelte": "^3.0.3",
"svelte-i18n-lingui": "^0.1.7",
"v86": "^0.4.0",
"yaml": "^2.3.3"
},
"devDependencies": {
"@lingui/cli": "^4.5.0",
"@rollup/plugin-legacy": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^5.0.2",
"@types/d3": "^7.4.0",
"@types/lodash": "^4.14.200",
"@vitest/browser": "^0.34.4",
"prettier": "^3.0.3",
"svelte-check": "^3.5.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-checker": "^0.6.2",
"vitest": "^0.34.4",
"webdriverio": "^8.16.6"
}
}