-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 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
{
"name": "lines",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"format": "prettier --write --ignore-path=../../.prettierignore .",
"lint": "eslint \"src\"",
"storybook": "PUBLIC_CHROMATIC=true storybook dev -p 6001 public",
"dev": "vite dev --host --port 3001",
"build": "vite build",
"preview": "vite preview"
},
"type": "module",
"devDependencies": {
"eslint": "9.21.0",
"eslint-config-custom": "workspace:*",
"config-ts": "workspace:*",
"config-vite": "workspace:*",
"config-svelte": "workspace:*",
"config-lingui": "workspace:*",
"config-storybook": "workspace:*",
"chromatic": "11.26.1",
"@storybook/addon-svelte-csf": "5.0.5",
"@sveltejs/vite-plugin-svelte": "5.0.3"
},
"dependencies": {
"lodash": "4.17.16",
"@types/lodash": "4.17.16",
"svelte": "5.20.5",
"vite": "6.2.0",
"@sveltejs/kit": "2.17.3",
"@lingui/core": "5.2.0",
"envs": "workspace:*",
"rgs-requests": "workspace:*",
"pixi-svelte": "workspace:*",
"state-shared": "workspace:*",
"constants-shared": "workspace:*",
"components-storybook": "workspace:*",
"components-shared": "workspace:*",
"components-layout": "workspace:*",
"components-ui-html": "workspace:*",
"components-pixi": "workspace:*",
"components-ui-pixi": "workspace:*",
"utils-event-emitter": "workspace:*",
"utils-shared": "workspace:*",
"utils-xstate": "workspace:*",
"utils-slots": "workspace:*",
"utils-book": "workspace:*",
"utils-bet": "workspace:*",
"utils-layout": "workspace:*",
"utils-sound": "workspace:*"
}
}