-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "capputeeno",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "yarn test --watch"
},
"dependencies": {
"axios": "^0.22.0",
"graphql": "^15.6.0",
"graphql-request": "^3.5.0",
"next": "11.1.2",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.2",
"react-dom-confetti": "^0.2.0",
"react-icons": "^4.2.0",
"react-modal": "^3.14.3",
"react-query": "^3.25.1",
"react-toastify": "^8.0.3",
"reakit": "^1.3.10",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.15.0",
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@types/node": "^16.10.2",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-modal": "^3.12.1",
"@types/styled-components": "^5.1.14",
"babel-jest": "^27.2.5",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"jest": "^27.2.5",
"jest-dom": "^4.0.0",
"jest-styled-components": "^7.0.5",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
}
}