-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.71 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
{
"name": "web-sample-app",
"version": "1.0.0",
"description": "",
"main": "build/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"zip": "zip lamda-web-app.zip package.json *.js node_modules",
"build": "webpack -p"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.1",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.3.1",
"jshint": "^2.9.4",
"jshint-loader": "^0.8.4",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"material-ui": "^0.18.0",
"node-libs-browser": "^2.0.0",
"style-loader": "^0.17.0",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"aws-amplify": "^1.0.0",
"aws-amplify-react": "^1.0.0",
"aws-api-gateway-client": "^0.2.7",
"aws-serverless-express": "^2.2.0",
"aws4": "^1.6.0",
"axios": "^0.16.1",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"node-uuid": "^1.4.8",
"path": "^0.12.7",
"querystring-browser": "^1.0.4",
"react": "^15.5.4",
"react-addons-shallow-compare": "^15.5.2",
"react-dom": "^15.5.4",
"react-hot-loader": "^3.0.0-beta.7",
"react-materialize": "^0.18.3",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-tap-event-plugin": "^2.0.1",
"react-transition-group": "^1.1.3",
"semantic-ui-react": "^0.68.3"
},
"presets": [
"es2015"
]
}