-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 999 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
36
37
38
{
"name": "be-kind_re-mind_app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cypress open"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@sendgrid/mail": "^7.6.2",
"bcryptjs": "^2.4.3",
"cookies": "^0.8.0",
"dotenv": "^16.0.0",
"email-validator": "^2.0.4",
"next": "12.1.0",
"pg": "^8.7.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fontawesome": "^1.7.1",
"react-grid-heatmap": "^1.1.0",
"save": "^2.4.0",
"styled-components": "^5.3.3",
"twilio": "^3.75.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.6",
"cypress": "^9.5.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}