-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
{
"name": "Marmt",
"version": "2.0.0",
"description": "full stack agency owned by David and Justin",
"private": true,
"scripts": {
"dev": "NODE_ENV=development nuxt",
"build": "NODE_ENV=production nuxt build",
"start": "NODE_ENV=production nuxt start",
"generate": "nuxt generate",
"now-dev": "npm run dev",
"now-build": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"deploy": "npm install -g now@latest && now --prod"
},
"repository": {
"type": "git",
"url": "[email protected]:Marmt-Group/marmt-now.git"
},
"contributors": [
"david-j-davis <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Marmt-Group/marmt-now/issues"
},
"homepage": "https://github.com/Marmt-Group/marmt-now#readme",
"dependencies": {
"@nuxtjs/axios": "^5.7.1",
"@nuxtjs/google-analytics": "^2.0.2",
"ajv": "^6.10.2",
"basic-vue-chat": "^0.3.5",
"bulma": "^0.8.0",
"express": "^4.17.1",
"gmap": "^1.0.1",
"helmet": "^3.21.2",
"jquery": "^3.4.1",
"mailgun-js": "^0.22.0",
"nuxt": "^2.10.2",
"nuxt-google-maps-module": "^1.6.0",
"postcss-custom-properties": "^9.0.2",
"scrollreveal": "^4.0.5",
"socks": "^2.2.1",
"validator": "^11.1.0",
"xss-filters": "^1.2.7"
},
"devDependencies": {
"autoprefixer": "^9.6.5",
"babel-eslint": "^9.0.0",
"dotenv": "^8.2.0",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0"
}
}