-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "disney-for-all-react",
"version": "1.0.0",
"homepage": "https://sleepy-springs-57038.herokuapp.com/",
"author": "Omar Patel",
"license": "MIT",
"scripts": {
"dev": "webpack --watch & node ./server/bin/www",
"start": "node ./server/bin/www",
"build": "webpack"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bootstrap": "^3.4.1",
"browser-sync": "^2.13.0",
"chai": "^4.0.0",
"css-loader": "^3.2.0",
"file-loader": "^0.11.2",
"font-awesome": "^4.6.3",
"jquery": "^3.4.1",
"sinon": "^2.3.2",
"sinon-mongoose": "^2.0.2",
"style-loader": "^0.18.2",
"url-loader": "^2.1.0",
"webpack": "^4.39.2"
},
"plugins": [
"transform-class-properties"
],
"repository": {
"type": "git",
"url": "https://github.com/thatianaviana/DisneyForAll"
},
"dependencies": {
"axios": "^0.19.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.2",
"jsonwebtoken": "^7.4.1",
"mongoose": "^4.10.0",
"morgan": "^1.8.1",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^15.6.1",
"react-bootstrap": "^1.0.0-beta.11",
"react-currency-format": "^1.0.0",
"react-dom": "^15.6.1",
"react-number-format": "^4.2.0",
"react-router-dom": "^4.1.1"
}
}