-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 980 Bytes
/
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
{
"name": "jerimumhackerspace",
"version": "1.0.0",
"main": "index.js",
"author": "jefferson oliveira <jefinho.moura14@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --open --history-api-fallback",
"build": "webpack -d"
},
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"crypto-js": "^3.1.9-1",
"firebase": "^4.12.0",
"lodash": "^4.17.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"sendgrid": "^5.2.3",
"styled-components": "^3.2.6",
"uglify-js": "^3.0.27",
"webpack": "^3.12.0",
"webpack-cli": "^2.0.10",
"webpack-dev-middleware": "^3.0.1",
"webpack-dev-server": "^2.11.1",
"webpack-hot-middleware": "^2.21.2",
"yarn": "^1.7.0"
}
}