-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 933 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 933 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest --watch --coverage --colors --testPathIgnorePatterns=cypress/intergration",
"cypress": "cypress open"
},
"dependencies": {
"@emailjs/browser": "^3.9.1",
"@sentry/browser": "^6.10.0",
"@testing-library/cypress": "^8.0.0",
"@testing-library/react": "^12.0.0",
"aos": "^2.3.4",
"axios": "^0.21.4",
"cypress": "^8.0.0",
"framer-motion": "^4.1.17",
"graphql": "^16.2.0",
"graphql-request": "^3.7.0",
"jest": "^27.0.6",
"joi-browser": "^13.4.0",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-toastify": "^7.0.4",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0"
},
"license": "MIT"
}