-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 970 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 970 Bytes
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
{
"name": "meredith-web-app",
"version": "1.0.0",
"description": "The WhyNotEarth Meredith web app",
"author": "samternent",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/font-awesome": "^1.0.3",
"@nuxtjs/google-tag-manager": "^2.1.2",
"@nuxtjs/pwa": "^2.6.0",
"axios": "^0.18.0",
"cross-env": "^5.2.0",
"nuxt": "^2.2.0",
"nuxt-fontawesome": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.9.4",
"nodemon": "^1.18.7",
"sass-loader": "^7.1.0"
}
}