-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.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
{
"name": "projectName",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@madeinhaus/nextjs-page-transition": "^2.0.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.4",
"@react-spring/web": "^9.7.2",
"@types/quill": "^2.0.9",
"@types/uuid": "^8.3.4",
"axios": "^0.27.2",
"draft-js": "^0.11.7",
"firebase": "^9.22.1",
"framer-motion": "^10.12.12",
"google-spreadsheet": "^3.3.0",
"next": "^12.3.4",
"next-sitemap": "^3.1.21",
"quill": "^1.3.7",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-lazy-load-image-component": "^1.5.5",
"react-quilljs": "^1.2.17",
"react-rte": "^0.16.5",
"react-select": "^5.4.0",
"react-youtube": "^10.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.12",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "18.0.5",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"sass": "^1.52.3",
"typescript": "4.7.3"
}
}