-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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": "proyectossm-cms-frontend",
"version": "0.1.0",
"description": "Proyectos San Marcos App",
"author": "Joseph Vega <[email protected]>",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next eslint .",
"deploy-link:dev": "next build && firebase hosting:channel:deploy --expires 3d",
"deploy-link:prod": "next build && firebase deploy"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.6",
"@reduxjs/toolkit": "^1.7.1",
"@types/react-redux": "^7.1.21",
"date-fns": "^2.28.0",
"firebase": "^9.6.1",
"firebase-tools": "^10.0.1",
"next": "12.0.7",
"notistack": "^2.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.7.2",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"prettier": "^2.5.1",
"typescript": "4.5.3"
}
}