-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 890 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 890 Bytes
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
{
"name": "requireletter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.25",
"axios": "^0.20.0",
"contentful": "^7.14.6",
"dotenv": "^8.2.0",
"joi": "^17.2.1",
"light-date": "^1.1.2",
"mustache": "^4.1.0",
"next": "9.5.4",
"raw-loader": "^4.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-toastify": "^6.0.8",
"remark": "^12.0.1",
"remark-html": "^12.0.0",
"sass": "^1.26.10",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@types/pug": "^2.0.4",
"@types/react": "^16.9.48",
"@vercel/node": "^1.8.0",
"babel-plugin-styled-components": "^1.11.1",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
}
}