-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 990 Bytes
/
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
{
"name": "elib",
"version": "1.0.0",
"description": "Online library system",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "node server.js"
},
"keywords": [
"Library",
"Online",
"library",
"library",
"system"
],
"author": "CyrilCabo",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.14",
"cheerio": "^1.0.0-rc.3",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"form-data": "^3.0.0",
"isomorphic-unfetch": "^3.0.0",
"jspdf": "^1.5.3",
"next": "^9.4.0",
"next-redux-wrapper": "^6.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-material-ui-carousel": "^1.4.5",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0"
}
}