-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "cei-web",
"version": "1.0.0",
"description": "Sitio de ayuda e información para estudiantes sobre las medidas tomadas por la pandamia del coronavirus.",
"main": "index.js",
"scripts": {
"dev": "next",
"debug": "cross-env NODE_OPTIONS='--inspect' next",
"build": "next build",
"start": "next start -p 80"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mationorato/CEI-WEB.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mationorato/CEI-WEB/issues"
},
"homepage": "https://github.com/mationorato/CEI-WEB#readme",
"dependencies": {
"@ant-design/colors": "^4.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"antd": "^4.2.2",
"cross-env": "^7.0.2",
"next": "^9.4.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-dom": "^16.13.1",
"react-google-recaptcha": "^2.0.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1"
}
}