-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 876 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
{
"name": "create-next-example-app",
"scripts": {
"build": "next build",
"start": "node server.js"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"cas": "0.0.3",
"cas-authentication": "0.0.8",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-react-views": "^0.11.0",
"isomorphic-unfetch": "^3.0.0",
"js": "^0.1.0",
"js-cookie": "^2.2.0",
"jsx": "^0.9.89",
"mdbreact": "^4.11.1",
"next": "8.0.3",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-cookie": "^3.1.2",
"react-dom": "^16.8.6",
"react-file-reader": "^1.1.4",
"react-google-login": "^5.0.2",
"react-router-dom": "^4.3.1",
"reactstrap": "^7.1.0"
}
}