-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
{
"name": "cassiopeia",
"version": "1.0.0",
"description": "",
"main": "start.js",
"engines": {
"node": "10.19.0",
"npm": "6.14.4"
},
"scripts": {
"start": "node start.js",
"heroku-postbuild": "cd client && npm install && npm run build && cd ../",
"startwman": "nodemon start.js",
"dev": "concurrently \"npm run startwman\" \"cd client && npm start\"",
"test": "echo \"Error: no test specified\""
},
"author": "azizstark",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.8.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.19.0",
"create-react-app": "^3.4.0",
"datauri": "^2.0.0",
"disqus-react": "^1.0.7",
"dotenv": "^8.2.0",
"draft-js": "^0.11.4",
"draftjs-to-html": "^0.9.1",
"express": "^4.17.1",
"express-form-data": "^2.0.11",
"express-session": "^1.17.0",
"helmet": "^3.21.3",
"mailgun-js": "^0.22.0",
"mongoose": "^5.9.2",
"multer": "^1.4.2",
"nodemon": "^2.0.2",
"react-disqus-comments": "^1.4.0",
"react-draft-wysiwyg": "^1.14.4",
"react-lazy-load-image-component": "^1.4.1",
"react-render-html": "^0.6.0"
},
"devDependencies": {
"concurrently": "^5.2.0"
}
}