-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.09 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
74
75
{
"name": "birdnerd",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"calculate-aspect-ratio": "^0.1.3",
"cloudinary": "^1.9.1",
"crypto": "^1.0.1",
"express": "^4.15.3",
"foreman": "^2.0.0",
"google-map-react": "^0.34.0",
"history": "^4.7.2",
"immutable": "^3.8.1",
"jsonwebtoken": "^7.4.2",
"jwt-decode": "^2.2.0",
"md5": "^2.2.1",
"moment": "^2.21.0",
"mongoose": "^5.2.7",
"morgan": "^1.8.2",
"node-sass-chokidar": "0.0.3",
"nodemailer": "^4.3.1",
"nodemon": "^1.11.0",
"passport": "^0.4.0",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"postmark": "^1.4.1",
"prop-types": "^15.6.0",
"raven-js": "^3.20.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.0.0",
"react-helmet": "^5.2.0",
"react-input-range": "^1.3.0",
"react-places-autocomplete": "^5.4.3",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-scripts": "1.0.14",
"react-scroll": "^1.7.7",
"redux": "^3.7.1",
"redux-form": "^6.8.0",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.15.4",
"redux-thunk": "^2.2.0",
"slugs": "^0.1.3",
"sweetalert": "^2.0.8"
},
"scripts": {
"build-css": "node-sass-chokidar src/styles/scss -o src/styles/css",
"watch-css": "npm run build-css && node-sass-chokidar src/styles/scss -o src/styles/css --watch --recursive",
"start": "react-scripts start",
"start-dev": "nf start -p 3000",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "nodemon server.js --exec babel-node --presets es2015,stage-2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1"
},
"babel": {
"presets": [
"es2015"
],
"sourceMaps": true,
"retainLines": true
}
}