-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 883 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
36
{
"name": "amazon-cognito-vuex-module",
"version": "1.1.3",
"description": "Vuex module for Amazon Cognito",
"main": "dist/index.js",
"keywords": [
"Vuex",
"Vuex",
"Amazon",
"Cognito"
],
"author": "krols.bj@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Botre/amazon-cognito-vuex-module"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress"
},
"dependencies": {
"amazon-cognito-identity-js": "^1.31.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.1.4",
"json-loader": "^0.5.7",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.2.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.12"
}
}