This repository was archived by the owner on Oct 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.05 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.05 KB
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
{
"name": "web",
"version": "1.0.0",
"description": "Developer Student Clubs UPT",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "node server.js -p $PORT",
"build": "next build",
"start": "next start -p $PORT",
"export": "next export",
"prod": "npm-run-all build export"
},
"engines": {
"node": "10"
},
"keywords": [
"next.js",
"react.js",
"node.js"
],
"dependencies": {
"@babel/runtime-corejs2": "^7.9.2",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.11",
"@material-ui/lab": "^4.0.0-alpha.50",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"body-parser": "^1.19.0",
"emailjs-com": "^2.6.3",
"express": "^4.17.1",
"firebase": "^7.14.1",
"firebase-admin": "^9.0.0",
"firebase-functions": "^3.9.0",
"html-react-parser": "^0.13.0",
"next": "^9.4.0",
"next-images": "^1.4.0",
"next-routes": "^1.4.2",
"next-seo": "^4.7.3",
"next-videos": "^1.1.3",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"react-accessible-accordion": "^3.0.0",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-image-lightbox": "^5.1.0",
"react-lazy-load-image-component": "^1.4.3",
"react-mailchimp-subscribe": "^2.1.0",
"react-modal-video": "^1.2.2",
"react-no-ssr": "^1.1.0",
"react-owl-carousel3": "^2.2.5",
"react-preloading-screen": "^1.0.2",
"react-visibility-sensor": "^5.0.2",
"sass": "^1.26.3",
"swr": "^0.3.0",
"wowjs": "^1.1.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^6.0.0",
"prettier": "^2.0.5",
"url-loader": "^4.0.0"
}
}