-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "Todo_Sandbox",
"version": "1.0.0",
"description": "Todo app with authenticatoin",
"main": "index.js",
"scripts": {
"start": "nodemon --use-strict index.js",
"bundle": "webpack"
},
"author": "Dan Deller",
"license": "MIT",
"dependencies": {
"babel-loader": "^7.1.1",
"bcrypt": "^1.0.1",
"body-parser": "^1.15.2",
"css-loader": "^0.28.2",
"express": "^4.14.0",
"express-session": "^1.15.3",
"jsonwebtoken": "^7.2.1",
"material-ui": "^0.18.1",
"mongoose": "^4.7.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"react-router-dom": "^4.1.1",
"react-tap-event-plugin": "^2.0.1",
"style-loader": "^0.18.0",
"uuid": "^3.0.1",
"validator": "^8.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"nodemon": "^1.11.0",
"webpack": "^3.2.0"
}
}