-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "naive-twitter",
"version": "1.0.1",
"description": "Broadcast messages upto 140 characters in your network",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-build": "webpack",
"build": "webpack -p",
"start": "./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbad0la/naive-twitter.git"
},
"author": "Mayank Badola",
"license": "MIT",
"bugs": {
"url": "https://github.com/mbad0la/naive-twitter/issues"
},
"homepage": "https://github.com/mbad0la/naive-twitter#readme",
"dependencies": {
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.46",
"aws-sdk": "^2.637.0",
"axios": "~0.19.2",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"jwt-simple": "^0.5.1",
"moment": "^2.18.1",
"mongoose": "~5.9.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^5.0.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"npmlog": "^4.0.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}