-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.72 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
{
"name": "the-jam",
"version": "0.0.1",
"description": "An Editable Collection of Recipes",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "node devServer.js",
"deploy": "NODE_ENV=production webpack --config webpack.production.config.js"
},
"engines": {
"node": "^8.4.0"
},
"author": "macaroni",
"license": "ISC",
"dependencies": {
"assert": "^1.4.1",
"auth0-js": "^7.6.0",
"auth0-lock": "^10.7.2",
"babel-core": "^6.20.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-polyfill": "^6.20.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"body-parser": "^1.15.2",
"encodeurl": "^1.0.1",
"express": "^4.14.0",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"jwt-decode": "^2.1.0",
"localforage": "^1.4.3",
"mongodb": "^3.6.2",
"node-uuid": "^1.4.7",
"normalize-scss": "^6.0.0",
"normalize.css": "^5.0.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"uuid": "^3.0.1",
"xhr2": "^0.1.3"
},
"devDependencies": {
"babel-loader": "^6.2.8",
"css-loader": "^0.26.0",
"dotenv": "^4.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^3.13.0",
"react-hot-loader": "^3.0.0-beta.6",
"redux-devtools": "^3.3.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}