forked from TDW-2023/tdw-mp1-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 897 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
34
35
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"setup": "node ./contentful/setup.js",
"lint": "next lint",
"format": "prettier --write .",
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.4.0",
"classnames": "2.3.1",
"date-fns": "2.28.0",
"netlify-cli": "^16.9.0",
"next": "latest",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"autoprefixer": "10.4.2",
"contentful-import": "^7.8.7",
"eslint": "8.51.0",
"eslint-config-next": "13.5.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "8.4.5",
"prettier": "3.0.3",
"tailwindcss": "^3.0.15"
}
}