-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 888 Bytes
/
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
{
"name": "bookmark",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"body-parser": "~1.17.1",
"cheerio": "^0.22.0",
"client-sessions": "^0.8.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"express": "~4.15.2",
"hjs": "~0.0.6",
"jsonwebtoken": "^7.4.1",
"mongoose": "^4.9.6",
"morgan": "~1.8.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"serve-favicon": "~2.4.2",
"superagent": "^3.5.2",
"webpack": "^2.5.1"
}
}