forked from dscvjit/dscvjit-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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": "dsc-vjit",
"version": "1.0.0",
"description": "Developer Students Club VJIT",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"export": "next export",
"prod": "npm-run-all build export"
},
"keywords": [
"next.js",
"react.js",
"node.js"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"firebase": "^9.6.1",
"html-react-parser": "^1.4.4",
"next": "12.0.7",
"next-images": "^1.8.4",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-accessible-accordion": "^4.0.0",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-lazy-load-image-component": "^1.5.1",
"react-mailchimp-subscribe": "^2.1.3",
"react-no-ssr": "^1.1.0",
"react-owl-carousel3": "^2.2.5",
"react-preloading-screen": "^1.0.2",
"sass": "^1.45.2",
"swr": "^1.1.2",
"wowjs": "^1.1.3"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
}
}