-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "avishkar",
"version": "0.1.0",
"description": "The website of Avishkar 2018",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=dev node server.js",
"build": "next build",
"export": "cross-env NODE_ENV=production npm run build && next export && node netlify.js",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MNNIT/Avishkar.git"
},
"author": "contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/MNNIT/Avishkar/issues"
},
"homepage": "https://github.com/MNNIT/Avishkar#readme",
"dependencies": {
"@material-ui/core": "^1.5.0",
"@material-ui/icons": "^2.0.2",
"@zeit/next-css": "^0.2.0",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"http-proxy-middleware": "^0.18.0",
"next": "^6.1.2",
"next-offline": "^2.12.0",
"nprogress": "^0.2.0",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-autosuggest": "^9.4.0",
"react-dom": "^16.5.1",
"react-google-login": "^3.2.1",
"react-loader-spinner": "^2.1.0",
"react-toggle-display": "^2.2.0",
"sw-precache-webpack-plugin": "^0.11.5"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.6.3",
"cross-env": "^5.2.0"
}
}