-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 993 Bytes
/
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
{
"name": "simulation",
"version": "1.0.0",
"description": "Nuxt frontend for VCH's SIM Site",
"author": "Josh Stuible <[email protected]>",
"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": {
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/style-resources": "^0.1.2",
"axios": "^0.18.1",
"consola": "^2.9.0",
"normalize-scss": "^7.0.1",
"nuxt": "^2.8.1",
"nuxt-sass-resources-loader": "^2.0.5",
"sanitize-html": "^1.20.1",
"vue2-smooth-scroll": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^5.16",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue-lazyload": "^1.3.1"
}
}