-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "reactappointments",
"version": "1.0.0",
"description": "React Appointments",
"main": "server.js",
"scripts": {
"test": "none",
"start": "node server.js",
"dev": "webpack -w & nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amacwhirter/React-Appointments.git"
},
"keywords": [
"none"
],
"author": "adm",
"license": "ISC",
"bugs": {
"url": "https://github.com/amacwhirter/React-Appointments/issues"
},
"homepage": "https://github.com/amacwhirter/React-Appointments#readme",
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-session": "^1.15.3",
"fs": "0.0.1-security",
"moment": "^2.18.1",
"morgan": "^1.8.2",
"mysql": "^2.13.0",
"path": "^0.12.7",
"react": "^15.6.1",
"react-bootstrap": "^0.31.1",
"react-dom": "^15.6.1",
"react-router": "^3.0.0",
"request": "^2.81.0",
"sequelize": "^3.30.4"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"json-loader": "^0.5.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.3.0"
}
}