-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.38 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.38 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "lunchlayout-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/lunchlayout/frontend"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"sb": "storybook dev -p 6006",
"build-storybook": "storybook build",
"formatting": "prettier --write src/ sw.ts"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@google/model-viewer": "^3.5.0",
"@mui/material": "^5.15.18",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.6",
"@react-three/xr": "^5.7.1",
"@reduxjs/toolkit": "^2.2.3",
"axios": "^1.6.8",
"html5-qrcode": "^2.3.8",
"nanoid": "^5.0.7",
"pagination-wizard": "^1.0.3",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-player": "^2.16.0",
"react-redux": "^9.1.1",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.23.1",
"redux-logger": "^3.0.6",
"three": "^0.164.1",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@chromatic-com/storybook": "1.3.3",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-onboarding": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/manager-api": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@storybook/test": "^8.0.9",
"@storybook/theming": "^8.0.9",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-helmet": "^6.1.11",
"@types/redux-logger": "^3.0.13",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.2.5",
"scss": "^0.2.4",
"storybook": "^8.0.9",
"storybook-addon-remix-react-router": "^3.0.0",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.0"
}
}