forked from Charlotte-Thomas/Mon-Gods
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.89 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.89 KB
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
{
"name": "mon-gods",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"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",
"build": "npm run seed; webpack -p",
"start": "node backend/app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"babel-install": "2.1.0"
},
"dependencies": {
"@material-ui/core": "^4.7.2",
"@material-ui/icons": "^4.5.1",
"axios": "^0.19.0",
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"bulma": "^0.8.0",
"bulma-carousel": "^4.0.4",
"chai": "^4.2.0",
"express": "^4.17.1",
"hover.css": "^2.3.2",
"jsonwebtoken": "^8.5.1",
"mapbox-gl": "^1.5.0",
"mocha": "^6.2.2",
"moment": "^2.24.0",
"mongoose": "^5.7.12",
"mongoose-unique-validator": "^2.0.3",
"react": "^16.12.0",
"react-circular-progressbar": "^2.0.3",
"react-compass": "^0.1.0",
"react-dom": "^16.12.0",
"react-lazy-hero": "^2.0.0",
"react-map-gl": "^5.1.3",
"react-move": "^6.0.0",
"react-responsive-carousel": "^3.1.51",
"react-router-dom": "^5.1.2",
"react-scroll": "^1.7.14",
"react-scroll-to": "^3.0.0-beta.3",
"recharts": "^2.0.0-beta.1",
"styled-components": "^4.4.1",
"supertest": "^4.0.2",
"viewport-mercator-project": "^6.2.2"
}
}