-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.3 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
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
78
79
80
81
82
83
{
"name": "next-page-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prod": "next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.360.0",
"@babel/parser": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@craftjs/core": "^0.2.0-beta.11",
"@craftjs/layers": "^0.2.0-beta.12",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
"@netlify/plugin-nextjs": "^4.38.1",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@types/es6-shim": "^0.31.42",
"autoprefixer": "^10.4.14",
"aws-sdk": "^2.1406.0",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"chart.js": "^4.3.0",
"classnames": "^2.3.2",
"connect-mongo": "^5.0.0",
"contentful": "^10.3.0",
"cookie-parser": "^1.4.6",
"cross-spawn": "^7.0.3",
"emotion": "^11.0.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"formidable": "^3.4.0",
"framer-motion": "^10.12.16",
"grapesjs": "^0.21.3",
"jsonwebtoken": "^9.0.1",
"mdi-material-ui": "^7.7.0",
"moment": "^2.29.4",
"mongodb": "^5.7.0",
"mongoose": "^7.4.2",
"next": "13.4.6",
"nextjs-toploader": "^1.4.2",
"node-html-parser": "^6.1.5",
"nprogress": "^0.2.0",
"postcss": "^8.4.24",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primereact": "^9.6.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-datepicker": "^4.15.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.3.0",
"react-responsive-carousel": "^3.2.23",
"sass": "^1.63.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jasmine": "^4.3.5",
"@types/node": "^20.3.1",
"@types/react": "18.2.13",
"eslint": "8.43.0",
"eslint-config-next": "^12.0.4",
"nodemon": "^3.0.1",
"pm2": "^4.2.3",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
}
}