forked from TeamRoan/Blacksmith-Post
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "blacksmithpost",
"version": "1.0.0",
"description": "blacksmithpost",
"main": "index.js",
"scripts": {
"postinstall": "node itemSeed.js | webpack -d",
"start": "node --inspect server/index.js",
"react-dev": "webpack -d --watch",
"start-dev": "nodemon --inspect server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Goliath-Solutions/blacksmithpost.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Goliath-Solutions/blacksmithpost/issues"
},
"homepage": "https://github.com/Goliath-Solutions/blacksmithpost#readme",
"devDependencies": {},
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"cloudinary": "^1.10.0",
"connect-flash": "^0.1.1",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"mongoose": "^4.8.6",
"multer": "^1.3.0",
"nodemailer": "^4.6.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-modal": "^3.3.1",
"react-popup": "^0.9.2",
"reactstrap": "^5.0.0-beta.2",
"stripe": "^5.5.0",
"superagent": "^3.8.2",
"webpack": "^2.2.1"
}
}