-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "beCamp",
"version": "1.0.0",
"description": "Open source website for be.camp. ",
"author": "Andrew Boyd <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=dev HOST=0.0.0.0 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "cross-env NODE_ENV=production nuxt generate",
"generate:local": "cross-env LOCAL_ENV=true nuxt generate --no-lock",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"analyze": "nuxt build --analyze",
"precommit": "npm run lint",
"now-build": "npm run generate:local"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^3.0.0-beta.14",
"@nuxtjs/sitemap": "^0.2.2",
"@nuxtjs/style-resources": "^0.1.2",
"airtable": "^0.7.1",
"blueimp-md5": "^2.10.0",
"buttercms": "^1.1.5",
"clone-deep": "^4.0.0",
"moment": "^2.24.0",
"node-sass": "^7.0.1",
"nuxt": "^2.5.1",
"reset-css": "^4.0.1",
"sass-loader": "^10.3.1",
"vue-style-loader": "^4.1.2",
"vuex-persistedstate": "^2.5.4",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"dotenv": "^16.0.1",
"eslint": "^5.6.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.2.2",
"image-downloader": "^3.4.2",
"vue-lazyload": "^1.2.6",
"webpack": "^4.29.6"
},
"volta": {
"node": "16.17.0"
}
}