-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "",
"version": "1.0.0",
"description": " ",
"main": "index.js",
"scripts": {
"clean": "rimraf public",
"build": "NODE_ENV=production npm run clean && webpack -p",
"dev": "webpack-dev-server",
"test": "NODE_ENV=test nodemon --exec 'mocha --recursive -R spec'"
},
"repository": {
"type": "git",
"url": ""
},
"author": "June Lara <[email protected]>",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.151.0",
"body-parser": "^1.17.1",
"busboy": "^0.2.14",
"busboy-body-parser": "^0.3.1",
"connect-busboy": "0.0.2",
"express": "^4.16.2",
"firebase": "^4.6.2",
"firebaseui": "^2.4.1",
"lodash": "^4.17.4",
"mongodb": "^2.2.25",
"mongoose": "^4.9.5",
"morgan": "^1.8.1",
"path": "^0.12.7",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-dropzone": "^4.2.1",
"react-firebaseui": "^1.0.6",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-promise": "^0.5.3",
"rimraf": "^2.6.1",
"style-loader": "^0.17.0",
"supertest": "^3.0.0"
},
"devDependencies": {
"axios": "^0.15.3",
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.3.13",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.2",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.3.1",
"jquery": "^2.2.1",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"node-sass": "^4.5.2",
"npm": "^4.1.2",
"sass-loader": "^6.0.3",
"url-loader": "^0.5.9",
"webpack": "2.2.0-rc.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^1.14.0"
}
}