-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.42 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
{
"name": "aws-email",
"version": "0.1.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"aws:generateAwsExport": "node build-tools/generateAwsExport.js",
"dev": "vue-cli-service serve"
},
"dependencies": {
"@babel/polyfill": "7.4.3",
"aws-amplify": "1.1.26",
"aws-amplify-vue": "0.2.9",
"moment": "2.24.0",
"node-sass": "4.11.0",
"sass-loader": "7.1.0",
"vue": "2.6.10",
"vue-meta": "1.6.0",
"vuetify": "1.5.11"
},
"devDependencies": {
"@babel/preset-env": "7.4.3",
"@mdi/font": "3.5.95",
"@vue/cli-plugin-babel": "3.6.0",
"@vue/cli-plugin-eslint": "3.6.0",
"@vue/cli-service": "3.6.0",
"@vue/eslint-config-standard": "4.0.0",
"axios": "0.18.0",
"babel-eslint": "10.0.1",
"css-loader": "2.1.1",
"eslint": "5.16.0",
"eslint-plugin-vue": "5.2.2",
"material-design-icons-iconfont": "4.0.5",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"vue-analytics": "5.16.4",
"vue-cli-plugin-vuetify": "0.5.0",
"vue-i18n": "8.10.0",
"vue-router": "3.0.4",
"vue-template-compiler": "2.6.10",
"vuetify-loader": "1.2.1",
"vuex": "3.1.0",
"vuex-router-sync": "5.0.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Parellin-Technologies-LLC/aws-email.git"
}
}