-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"private": true,
"engines": {
"node": "^18"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest --watchAll",
"cypress": "npx cypress open"
},
"dependencies": {
"classnames": "^2.3.2",
"date-fns": "2.28.0",
"feed": "^4.2.2",
"gray-matter": "4.0.3",
"highlight.js": "^11.9.0",
"howler": "^2.2.4",
"lodash.template": "^4.5.0",
"markdown-to-jsx": "^7.1.7",
"mongoose": "^8.4.3",
"next": "^12.0.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.14",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"remark": "14.0.2",
"remark-html": "^15.0.2",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "14.2.0",
"autoprefixer": "^10.4.2",
"cypress": "^12.2.0",
"jest": "28.1.0",
"jest-environment-jsdom": "^29.4.1"
}
}