generated from ModusCreateOrg/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.96 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
{
"author": "Lucas Still <lucas.still@moduscreate.com>",
"dependencies": {
"amazon-cognito-identity-js": "^3.2.2",
"aws-appsync": "^1.8.1",
"core-js": "^3.6.4",
"graphql-tag": "^2.10.1",
"vue": "^2.6.11",
"vue-apollo": "^3.0.3",
"vue-meta": "^2.3.2",
"vue-router": "^3.1.5",
"vue-server-renderer": "^2.6.11",
"vuex": "^3.1.2",
"vuex-router-sync": "^5.0.0"
},
"description": "Serverless AllTheThings",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@vue/test-utils": "^1.0.0-beta.31",
"aws-sdk": "^2.610.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^5.2.3",
"express": "^4.17.1",
"file-loader": "^4.3.0",
"flush-promises": "^1.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"jest": "^24.9.0",
"lodash.clonedeep": "^4.5.0",
"lodash.mergewith": "^4.6.2",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.13.1",
"postcss": "^7.0.26",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.19.1",
"sass-loader": "^7.3.1",
"stylelint": "^10.1.0",
"stylelint-a11y": "^1.2.2",
"stylelint-color-format": "^0.2.0",
"stylelint-config-prettier": "^5.3.0",
"stylelint-declaration-block-no-ignored-properties": "^2.2.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.14.2",
"sw-precache-webpack-plugin": "^0.11.5",
"terser-webpack-plugin": "^1.4.3",
"vue-jest": "^3.0.5",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
},
"engines": {
"node": "8.10.0",
"npm": "5.6.0"
},
"license": "MIT",
"name": "serverless-allthethings",
"repository": {
"type": "git",
"url": "https://github.com/ModusCreateOrg/serverless-allthethings"
},
"scripts": {
"archive": "bash ./bin/archive.sh",
"build": "bash ./bin/build.sh",
"lint": "bash ./bin/lint.sh",
"lint-check-rules": "bash ./bin/lint-check-rules.sh",
"lint-fix": "bash ./bin/lint.sh --fix",
"start": "NODE_ENV=development node ./src/app/server/index.dev.js",
"test": "npm run test:unit",
"test:unit": "jest --config ./.jestrc.js"
},
"version": "0.0.0"
}