generated from abir-taheer/next-big-thing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"name": "next-big-thing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node secure-dev.js",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@tinymce/tinymce-react": "^3.12.6",
"apollo-server-micro": "^2.25.2",
"axios": "^0.21.1",
"cookie": "^0.4.1",
"dataloader": "^2.0.0",
"dompurify": "^2.3.1",
"escape-string-regexp": "^1.0.5",
"form-data": "^4.0.0",
"formik": "^2.2.9",
"google-auth-library": "^7.2.0",
"graphql": "^15.5.1",
"graphql-scalars": "^1.10.0",
"graphql-validation-complexity": "^0.4.2",
"is-url": "^1.2.4",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.13.2",
"multer": "^1.4.2",
"next": "^12.1.0",
"next-connect": "^0.10.1",
"node-html-parser": "^5.3.3",
"notistack": "^1.0.10",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"sanitize-html": "^2.4.0"
},
"devDependencies": {
"prettier": "^2.3.2",
"prettier-plugin-organize-imports": "^2.3.2"
},
"prettier": {
"semi": true,
"arrowParens": "avoid"
}
}