-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
73 lines (73 loc) · 1.88 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": "readcastly",
"version": "1.0.0",
"description": "",
"main": "./server/server.js",
"scripts": {
"webpack": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/readcastly/readcastly.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/readcastly/readcastly/issues"
},
"homepage": "https://github.com/readcastly/readcastly#readme",
"dependencies": {
"axios": "^0.16.0",
"babel": "^6.23.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"dotenv": "^4.0.0",
"eslint-config-airbnb": "^14.1.0",
"express": "^4.15.2",
"mysql": "^2.13.0",
"nodemailer": "^4.0.0",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"process-env": "^1.1.0",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-router": "^3.0.0",
"react-router-dom": "^4.0.0",
"react-responsive-audio-player": "^1.1.2",
"request": "^2.81.0",
"sql": "^0.74.0",
"striptags": "^3.0.1",
"twilio": "^2.11.1"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"bookshelf": "^0.10.3",
"cz-conventional-changelog": "^2.0.0",
"dotenv": "^4.0.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"express": "^4.15.2",
"knex": "^0.12.9",
"process-env": "^1.1.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}