-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 827 Bytes
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
{
"name": "joao-fernandes-neto",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "João Fernandes Neto",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.15.0",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"jsonwebtoken": "^5.7.0",
"moment": "^2.12.0",
"mongoose": "^4.4.9",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-persist": "^2.0.1",
"redux-thunk": "^2.0.1",
"superagent": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"webpack": "^1.12.14"
}
}