-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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": "sync-mahsa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"generate-icons": "pwa-asset-generator ./public/favicon.png ./public/icons/ --path ./public --manifest ./public/manifest.json",
"analyze": "cross-env ANALYZE=true next build"
},
"repository": "https://github.com/WeAreMahsaAmini",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.5.4",
"@mantine/hooks": "^5.9.0",
"@mantine/next": "^5.5.5",
"@mantine/notifications": "^5.5.5",
"@mantine/nprogress": "^5.9.0",
"@tabler/icons": "^1.101.0",
"dayjs": "^1.11.5",
"howler": "^2.2.3",
"next": "^13.0.4",
"next-pwa": "^5.6.0",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-share": "^4.4.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.0.0",
"@types/howler": "^2.2.7",
"@types/node": "18.8.3",
"@types/qrcode": "^1.5.0",
"@types/react": "18.0.21",
"@types/workbox-window": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"pwa-asset-generator": "^6.2.0",
"typescript": "4.8.4"
}
}