-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
55
56
{
"name": "agrow",
"version": "1.0.0",
"description": "A blockchain based bidding app for direct trade between farmers and buyers. ",
"main": "start.js",
"repository": "https://github.com/ayush1810/agrow.git",
"homepage": "https://github.com/ayush1810/agrow#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --watch models --watch public --watch routes app.js",
"compile": "webpack",
"watch": "webpack --watch"
},
"author": "Ayush Agrawal",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^1.3.0",
"@material-ui/icons": "^1.1.0",
"bcrypt": "^2.0.1",
"classnames": "^2.2.6",
"connect-mongo": "^2.0.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-validator": "^5.2.0",
"history": "^4.7.2",
"mongo": "^0.1.0",
"mongoose": "^5.1.7",
"node-cron": "^1.2.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react-icons": "^2.2.7",
"react-swipeable-views": "^0.12.14",
"validator": "^10.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"nodemon": "^1.17.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.12.2",
"webpack-cli": "^3.0.8"
}
}