-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "antd-amplify-react",
"version": "0.1.1",
"description": "This package contains react component for Aws Authentication using React",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"build": "babel src -d dist && cp src/styles.less dist/styles.less",
"prepublish": "rm -r dist && babel src --out-dir dist && cp src/styles.less dist/styles.less"
},
"license": "Apache-2.0",
"devDependencies": {
"aws-amplify-react": "^2.0.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.9.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"style-loader": "^0.20.3",
"webpack": "^4.19.1",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"antd": "^3.7.3",
"aws-amplify": "^1.1.3"
},
"author": {
"name": "mzohaibqc",
"url": "https://github.com/mzohaibqc"
},
"repository": {
"type": "git",
"url": "git://github.com/mzohaibqc/antd-amplify-react"
},
"keywords": [
"antd",
"ant-design",
"less",
"lessjs",
"css",
"aws-amplify",
"authentication"
]
}