-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.3 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
78
{
"name": "project-3",
"version": "1.0.0",
"description": "Marissa is the best I like eggs!!! and peas, petit pois Michael is cool.",
"main": "app.js",
"scripts": {
"build": "npm run seed; webpack -p",
"start": "node backend/app.js",
"test": "mocha backend/test/**/*_spec.js --require backend/test/helper --recursive --exit",
"seed": "node backend/db/seeds.js",
"serve:back": "nodemon backend/app.js",
"serve:front": "webpack-dev-server --mode-development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Riada125/Project-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Riada125/Project-3/issues"
},
"homepage": "https://github.com/Riada125/Project-3#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.1",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^4.13.0",
"react-inlinesvg": "^1.2.0",
"react-svg-loader": "^3.0.3",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"svg-inline-loader": "^0.8.2",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@sendgrid/mail": "^6.4.0",
"axios": "^0.19.0",
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"bulma": "^0.8.0",
"chai": "^4.2.0",
"emailjs-com": "^2.4.1",
"express": "^4.17.1",
"file-loader": "^5.0.2",
"json": "^9.0.6",
"json-loader": "^0.5.7",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"moment": "^2.24.0",
"mongoose": "^5.7.13",
"mongoose-unique-validator": "^2.0.3",
"node-mailjet": "^3.3.1",
"react": "^16.12.0",
"react-animated-css": "^1.2.1",
"react-dom": "^16.12.0",
"react-hook-form": "^3.28.15",
"react-lazy-hero": "^2.0.0",
"react-parallax": "^3.0.0",
"react-parallax-map": "^2.0.1",
"react-pose": "^4.0.10",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-tagsinput": "^3.19.0",
"react-toastify": "^5.4.1",
"styled-components": "^4.4.1",
"supertest": "^4.0.2"
}
}