-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.67 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
{
"debug": false,
"name": "react-material-amplify-authenticator",
"version": "0.1.2",
"author": {
"name": "Menklab, LLC",
"email": "[email protected]"
},
"license": "GNU3",
"repository": {
"type": "git",
"url": "https://github.com/menklab/react-material-amplify-authenticator"
},
"main": "dist/index.js",
"description": "A basic material based implementation of aws amplify authenticator with cognito.",
"keywords": [
"reactjs",
"material",
"react",
"material-ui",
"CRUD",
"amplify",
"cognito"
],
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --presets babel-preset-react --out-dir dist --copy-files"
},
"devDependencies": {
"@material-ui/core": "^1.3.1",
"@material-ui/icons": "^1.1.0",
"aws-amplify": "^1.0.2",
"aws-amplify-react": "^1.0.2",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-airbnb": "^2.4.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"peerDependencies": {
"react": "^16.3.2"
},
"dependencies": {}
}