forked from AvocadoPower/shush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "shush",
"version": "1.0.0",
"description": "## Wireframe",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"build": "webpack",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phailsafe/shush.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/phailsafe/shush/issues"
},
"homepage": "https://github.com/phailsafe/shush#readme",
"dependencies": {
"axios": "^0.17.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"lodash.throttle": "^4.1.1",
"morgan": "^1.9.0",
"mysql2": "^1.5.1",
"nodemon": "^1.14.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"request": "^2.83.0",
"sequelize": "^4.28.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}