forked from include-davis/jass-ws24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 860 Bytes
/
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
{
"name": "jass-ws24",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentstack/json-rte-serializer": "^2.0.6",
"@graphcms/rich-text-react-renderer": "^0.6.1",
"html-react-parser": "^5.1.8",
"next": "^14.1.4",
"nodemailer": "^6.9.12",
"prettier": "^3.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"sass": "^1.75.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-lit-a11y": "^1.1.0-next.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unicorn": "^50.0.1"
}
}