-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.98 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "RECOEN",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"test": "jest --watchAll",
"coverage": "jest --coverage",
"coverage-summary": "jest --coverage --coverageReporters='text-summary'",
"cypress open": "cypress open",
"cypress run": "cypress run",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@aws-sdk/abort-controller": "^3.186.0",
"@aws-sdk/middleware-serde": "^3.186.0",
"@aws-sdk/url-parser": "^3.186.0",
"@aws-sdk/util-middleware": "^3.186.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.9",
"@next/env": "^13.0.3",
"@toast-ui/editor": "^3.2.1",
"@toast-ui/react-editor": "^3.2.2",
"axios": "^0.27.2",
"disqus-react": "^1.1.5",
"dotenv": "^16.0.3",
"mongoose": "^6.6.1",
"next": "latest",
"next-auth": "^4.15.0",
"next-connect": "^0.13.0",
"next-mdx-remote": "^4.1.0",
"next-s3-upload": "^0.2.3",
"next-sitemap": "^3.1.29",
"plaiceholder": "^2.5.0",
"prop-types": "^15.8.1",
"prosemirror-transform": "^1.7.0",
"querystring": "^0.2.1",
"ramda": "^0.28.0",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.7.1",
"react-query": "^3.39.2",
"react-syntax-highlighter": "^15.5.0",
"recoil": "^0.7.5",
"sharp": "^0.31.1",
"uuid": "^9.0.0",
"vercel": "^28.4.2"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@emotion/jest": "^11.10.0",
"@next/bundle-analyzer": "^13.1.6",
"@sentry/cli": "^2.8.1",
"@sentry/nextjs": "^7.19.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/gtag.js": "^0.0.12",
"@types/jest": "^29.0.2",
"@types/jest-plugin-context": "^2.9.5",
"@types/node": "18.7.15",
"@types/ramda": "^0.28.20",
"@types/react": "^18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@yarnpkg/pnpify": "^3.1.6",
"@yarnpkg/sdks": "^3.0.0-rc.22",
"babel-loader": "^8.2.5",
"cypress": "^12.3.0",
"cypress-social-logins": "^1.14.0",
"eslint": "8.23.0",
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.0.3",
"jest-plugin-context": "^2.9.0",
"next-compose-plugins": "^2.2.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "4.8.2"
},
"packageManager": "[email protected]",
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}