forked from ThomsoIITR/Thomso-18
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
51
52
53
54
{
"name": "thomso18",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.3",
"axios": "^0.18.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"csv2json": "^1.4.2",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"firebase": "^5.3.1",
"jquery": "^3.3.1",
"jspdf": "^1.4.1",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"mongoose": "^5.2.4",
"morgan": "^1.9.0",
"nodemailer": "^4.6.7",
"parallax-js": "^3.1.0",
"pdfcrowd": "^4.3.6",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-fullpage": "^0.1.18",
"react-helmet": "^5.2.0",
"react-loadable": "^5.4.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-select": "^2.0.0",
"react-transition-group": "^2.4.0",
"serve-favicon": "^2.5.0"
},
"scripts": {
"start": "node scripts/customized-config start",
"build": "node scripts/customized-config build",
"serve": "node ./bin/www",
"https": "node ./bin/ww2",
"httpsn": "nodemon ./bin/ww2",
"server": "nodemon ./bin/www",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"compression-webpack-plugin": "^1.1.11",
"https": "^1.0.0",
"image-webpack-loader": "^4.3.1",
"nodemon": "^1.18.4",
"rewire": "^4.0.1"
}
}