-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.27 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "ilooks",
"version": "3.9.0",
"description": "Versão de homologação do site Ilooks",
"main": "index.js",
"scripts": {
"dev": "next -p 3006",
"build": "next build",
"start": "next start -p $PORT",
"server": "json-server --watch db.json"
},
"author": "EnvyTheme.com",
"license": "ISC",
"dependencies": {
"@babel/runtime-corejs2": "7.13.10",
"@fortawesome/fontawesome-free": "5.15.2",
"@hookform/resolvers": "2.6.1",
"@material-ui/core": "4.12.1",
"@react-icons/all-files": "4.1.0",
"@svgr/webpack": "^5.5.0",
"@types/cookie": "0.4.1",
"@types/node": "16.0.0",
"@types/nprogress": "0.2.0",
"@types/react": "17.0.13",
"@types/react-image-gallery": "1.0.4",
"@types/react-input-mask": "3.0.1",
"@types/react-loading-overlay": "^1.0.0",
"@types/react-modal": "3.12.1",
"@types/react-redux": "7.1.16",
"@types/redux-saga": "0.10.5",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"axios": "0.21.1",
"body-parser": "1.19.0",
"bootstrap": "4.6.0",
"chart.js": "3.5.0",
"classnames": "2.3.1",
"dayjs": "1.10.6",
"dotenv": "^10.0.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"express": "4.17.1",
"file-loader": "6.2.0",
"json-server": "0.16.3",
"moment": "2.29.1",
"next": "10.1.3",
"next-compose-plugins": "2.2.1",
"next-fonts": "1.4.0",
"next-images": "1.7.0",
"next-react-svg": "^1.1.3",
"next-redux-wrapper": "3.0.0",
"node-sass": "4.14.1",
"node-sass-package-importer": "5.3.2",
"nookies": "2.5.2",
"nouislider": "14.6.3",
"nprogress": "0.2.0",
"path": "0.12.7",
"prettier": "2.3.2",
"react": "17.0.2",
"react-accessible-accordion": "3.3.4",
"react-bootstrap": "1.6.1",
"react-chartjs-2": "3.0.4",
"react-copy-to-clipboard": "5.0.3",
"react-datetime": "3.0.4",
"react-dom": "17.0.2",
"react-hook-form": "7.12.1",
"react-icons": "4.2.0",
"react-image-gallery": "1.2.7",
"react-image-lightbox": "5.1.1",
"react-input-mask": "2.0.4",
"react-loading-overlay": "^1.0.1",
"react-modal": "3.14.3",
"react-notifications": "1.7.2",
"react-notifications-component": "3.1.0",
"react-owl-carousel3": "2.2.5",
"react-redux": "7.2.3",
"react-responsive": "^9.0.0-beta.4",
"react-slick": "0.24.0",
"react-spinners": "0.11.0",
"react-stripe-checkout": "2.6.3",
"react-toastify": "5.5.0",
"react-tooltip": "3.11.6",
"react-visibility-sensor": "5.1.1",
"reactstrap": "8.9.0",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.9",
"redux-saga": "1.1.3",
"redux-thunk": "2.3.0",
"sass": "1.35.2",
"strip-ansi": "6.0.0",
"stripe": "7.63.1",
"typesafe-actions": "5.1.0",
"typescript": "4.3.5",
"url-loader": "4.1.1",
"webpack": "4.44.1",
"yup": "0.32.9"
}
}