-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "jamstack-deploy",
"version": "1.1.0",
"author": {
"name": "Nacho Anaya <[email protected]>"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy": "vercel --prod",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "2.0.2",
"autoprefixer": "9",
"core-js": "3.6.5",
"node-fetch": "2.6.1",
"postcss": "7",
"tailwindcss": "npm:@tailwindcss/[email protected]",
"vue": "3.0.0",
"vue-router": "4.0.5",
"vue-tippy": "6.0.0-alpha.28"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.0",
"@vue/cli-plugin-eslint": "4.5.0",
"@vue/cli-plugin-router": "4.5.12",
"@vue/cli-service": "4.5.0",
"@vue/compiler-sfc": "3.0.0",
"@vue/eslint-config-prettier": "6.0.0",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-vue": "7.0.0",
"eslint-plugin-vue-a11y": "0.0.31",
"prettier": "1.19.1",
"vue-cli-plugin-tailwind": "2.0.6",
"@pulumi/pulumi": "3.34.1",
"@checkly/pulumi": "1.0.0"
}
}