-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.4 KB
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
{
"name": "nuxt-site-base",
"version": "1.2.0",
"description": "A site template using nuxt.js",
"author": "Brian Norris",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"custom": "cross-env DEPLOY_ENV=CUSTOM nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"pa11y": "wait-on http://localhost:3000/ && pa11y-ci --sitemap http://localhost:3000/sitemap.xml"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/sitemap": "^2.0.1",
"@nuxtjs/style-resources": "^1.0.0",
"airtable": "^0.8.1",
"axios": "^0.19.2",
"cross-env": "^7.0.0",
"eslint-plugin-vue": "^6.1.2",
"hooper": "^0.3.4",
"nuxt": "^2.14.6",
"pa11y-ci": "^2.3.0",
"v-mask": "^2.2.3",
"vee-validate": "^3.4.0",
"vue-axios": "^2.1.5",
"vue-recaptcha": "^1.3.0",
"vue-scrollto": "^2.17.1",
"vue-slick-carousel": "^1.0.6",
"wait-on": "^4.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": ">=0.5.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"sass-loader": "^8.0.2",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.11"
}
}