-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "todays-menu-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@kanru/react-image-file-resizer": "^0.4.7",
"@mui/icons-material": "^5.2.1",
"@mui/material": "^5.2.3",
"@noble/hashes": "^1.0.0",
"apollo-upload-client": "^17.0.0",
"argon2-browser": "^1.18.0",
"graphql": "^16.3.0",
"moment": "^2.28.0",
"nanoid": "^3.3.1",
"pako": "^1.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1"
},
"eslintConfig": {
"extends": "preact"
},
"eslintIgnore": [
"build/*"
],
"devDependencies": {
"@babel/core": "^7.17.5",
"@rollup/plugin-graphql": "^1.1.0",
"@vitejs/plugin-react": "^1.2.0",
"eslint": "^8.9.0",
"eslint-config-preact": "^1.1.1",
"node-fetch": "^2.6.7",
"rollup": "^2.70.0",
"vite": "^2.7.1"
},
"packageManager": "[email protected]"
}