-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "focus-tracker-next",
"version": "0.1.0",
"private": true,
"author": "Wilson Franca de Souza <[email protected]>",
"keywords": [
"Wilson Franca de Souza",
"wilsonfsouza",
"work",
"smart",
"focus",
"move",
"next.js"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"axios": "0.21.1",
"faunadb": "4.3.0",
"js-cookie": "2.2.1",
"next": "10.0.7",
"next-auth": "3.6.0",
"next-images": "1.7.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "4.2.0",
"styled-components": "5.2.1"
},
"devDependencies": {
"@testing-library/dom": "7.31.0",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "7.0.0",
"@types/jest": "26.0.23",
"@types/js-cookie": "2.2.6",
"@types/next-auth": "3.1.24",
"@types/node": "14.14.31",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@types/styled-components": "5.1.7",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"babel-jest": "27.0.2",
"babel-plugin-inline-react-svg": "2.0.1",
"eslint": "7.20.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-react": "7.22.0",
"jest": "27.0.3",
"prettier": "2.2.1",
"ts-jest": "27.0.1",
"typescript": "4.3.2"
}
}