forked from richyarwood/On-Set-London-General-Assembly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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": "On-Set-London",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:richyarwood/On-Set-London.git",
"author": "Richard Yarwood <richyarwood@gmail.com>",
"license": "MIT",
"scripts": {
"run:client": "webpack-dev-server",
"run:server": "nodemon",
"build": "webpack -p",
"start": "node index"
},
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.18.0",
"babel-loader": "^8.0.5",
"bcrypt": "^3.0.6",
"bluebird": "^3.5.4",
"brcypt": "^1.0.1",
"bulma": "^0.7.4",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"dotenv": "^8.0.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"mapbox-gl": "^0.54.0",
"mongoose": "^5.5.6",
"mongoose-unique-validator": "^2.0.3",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-mapbox-gl": "^4.3.1",
"react-router-dom": "^5.0.0",
"react-select": "^2.4.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
},
"devDependencies": {}
}