-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.26 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
76
77
{
"name": "vets",
"version": "1.0.0",
"description": "Veterinarians list",
"main": "index.js",
"scripts": {
"build": "echo '=> building' && rm -Rf dist/* && webpack --mode=production --env.production --progress",
"start": "nodemon ./server.js",
"watch": "webpack --watch --progress --mode=development"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/wyrobowa/vets.git"
},
"author": "Ania Wyroba",
"license": "ISC",
"homepage": "https://bitbucket.org/wyrobowa/vets#readme",
"dependencies": {
"acorn": "^6.2.1",
"axios": "^0.19.0",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.0.0",
"dompurify": "^1.0.11",
"dotenv": "^7.0.0",
"es6-promisify": "^5.0.0",
"express": "^4.16.4",
"express-photo-gallery": "^1.0.9",
"express-session": "^1.16.2",
"express-validator": "^3.1.2",
"fs-extra": "^8.1.0",
"html-to-text": "^5.1.1",
"html-webpack-plugin": "^3.2.0",
"jimp": "^0.6.4",
"juice": "^5.2.0",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"mongo-sanitize": "^1.0.1",
"mongoose": "^5.4.20",
"mongoose-enumvalues": "0.0.3",
"mongoose-mongodb-errors": "0.0.2",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nodemailer": "^6.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"prop-types": "^15.6.2",
"pug": "^2.0.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-places-autocomplete": "^7.2.1",
"react-router-dom": "^5.0.1",
"slugs": "^0.1.3",
"star-ratings": "^1.0.0",
"terser-webpack-plugin": "^1.4.1",
"uuid": "^3.3.2",
"validator": "^11.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"nodemon": "^1.19.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.1.14"
}
}