generated from Santosl2/project-next-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.83 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "ifinances",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook",
"test": "jest --watchAll"
},
"dependencies": {
"@hookform/resolvers": "^2.8.10",
"@reduxjs/toolkit": "^1.8.2",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"firebase": "^9.8.1",
"framer-motion": "^6.3.4",
"next": "12.0.8",
"next-pwa": "^5.5.2",
"next-redux-wrapper": "^7.0.5",
"nextjs-progressbar": "^0.0.14",
"nookies": "^2.5.2",
"phosphor-react": "^1.4.1",
"polished": "^4.2.2",
"react": "17.0.2",
"react-csv": "^2.2.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.31.3",
"react-icons": "^4.4.0",
"react-modal": "^3.15.1",
"react-query": "^3.39.0",
"react-redux": "^8.0.2",
"react-table": "^7.8.0",
"react-toastify": "^9.0.2",
"sass": "^1.47.0",
"styled-components": "^5.3.5",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@faker-js/faker": "^7.2.0",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/bcryptjs": "^2.4.2",
"@types/jest": "^27.4.1",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/react-csv": "^1.1.2",
"@types/react-modal": "^3.13.1",
"@types/react-table": "^7.7.12",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"babel-jest": "^27.4.5",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.0.8",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.5.11",
"eslint-plugin-testing-library": "^5.3.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest-environment-jsdom": "^27.4.4",
"jest-mock-axios": "^4.6.1",
"jest-styled-components": "^7.0.8",
"prettier": "^2.5.1",
"storybook-addon-mock": "^2.4.1",
"typescript": "4.5.4"
}
}