-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "movieera",
"version": "0.1.0",
"private": true,
"author": "ESMAT001",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "yarn run partytown && next build",
"postbuild": "next-sitemap --config custome-next-sitemap.js",
"partytown": "partytown copylib public/~partytown",
"start": "next start",
"lint": "next lint",
"pwa": "node server.js",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@builder.io/partytown": "^0.5.1",
"@mantine/core": "^4.1.2",
"@mantine/hooks": "^4.1.2",
"@mantine/modals": "^4.1.2",
"@mantine/next": "^4.1.2",
"@next/bundle-analyzer": "^12.1.6",
"cross-env": "^7.0.3",
"next": "12.1.4",
"nextjs-progressbar": "^0.0.14",
"plyr-react": "^3.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"sass": "^1.35.2",
"swiper": "6.7.5",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"next-sitemap": "^2.5.19",
"postcss": "^8.3.6",
"pwa-asset-generator": "^4.3.5"
}
}