forked from tonyfromundefined/nuxt-serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "nuxt-edge-serverless-template",
"version": "0.0.3",
"scripts": {
"dev": "npx nuxt",
"build": "npx nuxt build",
"start": "npx nuxt start",
"sls:create": "npx nuxt build && npx sls create_domain && npx sls deploy",
"sls:local": "npx sls offline",
"sls:deploy": "npx nuxt build && npx sls deploy",
"sls:remove": "npx sls delete_domain && npx sls remove"
},
"dependencies": {
"@nuxtjs/apollo": "^3.0.6",
"@nuxtjs/axios": "^5.3.1",
"apollo-link-http": "^1.5.4",
"apollo-link-ws": "^1.0.8",
"apollo-utilities": "^1.0.11",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
"nuxt-edge": "^2.0.0-25390984.952dfe0",
"require-yml": "^1.3.1",
"serverless-http": "^1.5.5",
"subscriptions-transport-ws": "^0.9.7"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"node-sass": "^4.8.3",
"nuxt-property-decorator": "1.0.0",
"sass-loader": "^7.0.1",
"serverless": "^1.26.1",
"serverless-domain-manager": "^2.3.6",
"serverless-offline": "^3.20.1",
"serverless-s3-sync": "^1.3.0",
"ts-loader": "^4.2.0",
"tslint": "^5.9.1",
"typescript": "^2.8.1",
"vuex-class": "^0.3.0"
}
}