This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
119 lines (119 loc) · 3.55 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "fi-slseed-app",
"title": "Fi Slseed App",
"main": "npm start",
"description": "Serveless Seed Web App project.",
"author": "Final Development Studio <sorcery@finaldevstudio.com> (http://finaldevstudio.com)",
"version": "2.0.4",
"license": "MIT",
"private": false,
"homepage": "https://github.com/FinalDevStudio/fi-slseed-app",
"bugs": {
"url": "https://github.com/FinalDevStudio/fi-slseed-app/issues"
},
"directories": {
"test": "tests"
},
"contributors": [
"Santiago G. Marín <santiago@finaldevstudio.com> (https://github.com/stgogm)",
"JT Guzman <jtguzman@finaldevstudio.com> (https://github.com/jtguzman)"
],
"keywords": [
"fi",
"vue",
"cli",
"vue-cli",
"app",
"seed",
"project"
],
"group": {
"title": "Fi Slseed",
"name": "slseed"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/FinalDevStudio/fi-slseed-app.git"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 6.0.0"
},
"app": {
"name": "Web App - Fi Slseed",
"short": "Fi Slseed",
"description": "Serveless Seed Web App project.",
"domain": "example.com",
"subdomain": "www",
"home": "https://www.example.com",
"display": "standalone",
"background": "#f7f6f6",
"color": "#b9de3b",
"ogImage": "https://www.example.com/static/images/og-image.jpg"
},
"scripts": {
"semantic:build:css": "gulp build-css --gulpfile semantic/gulpfile.js",
"semantic:build": "gulp build --gulpfile semantic/gulpfile.js",
"semantic:watch": "gulp watch --gulpfile semantic/gulpfile.js",
"semantic": "npm run semantic:build && npm run semantic:watch",
"test": "NODE_ENV=test npm run test:unit && npm run test:e2e",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve",
"postversion": "git push --tags",
"build": "vue-cli-service build --mode production",
"start": "vue-cli-service serve --mode local",
"check": "npm-check --update --ignore gulp",
"deploy": "node utils/deploy",
"setup:stack": "node setup/stack",
"setup:env": "node setup/env",
"setup": "node setup"
},
"dependencies": {
"amazon-cognito-identity-js": "^3.0.10",
"aws-sdk": "^2.433.0",
"axios": "^0.18.0",
"axios-cache-adapter": "^2.3.0",
"fi-is": "^1.3.1",
"gulp": "^3.9.1",
"localforage": "^1.7.3",
"moment": "^2.24.0",
"object-path": "^0.11.4",
"register-service-worker": "^1.6.2",
"toastr": "^2.1.4",
"uuid": "^3.3.2",
"vee-validate": "^2.2.0",
"vue": "^2.6.10",
"vue-i18n": "^8.10.0",
"vue-mq": "^1.0.1",
"vue-router": "^3.0.2",
"vuex": "^3.1.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
"@vue/cli-plugin-babel": "^3.5.5",
"@vue/cli-plugin-e2e-nightwatch": "^3.5.1",
"@vue/cli-plugin-eslint": "^3.5.1",
"@vue/cli-plugin-pwa": "^3.5.1",
"@vue/cli-plugin-unit-mocha": "^3.5.1",
"@vue/cli-service": "^3.5.3",
"@vue/eslint-config-prettier": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20",
"autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.1",
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-vue": "^5.2.2",
"favicons-webpack-plugin": "0.0.9",
"node-sass": "^4.9.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.0.1",
"semantic-ui": "^2.4.2",
"vue-template-compiler": "^2.6.10",
"yaml-loader": "^0.5.0"
}
}