-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"release": "yarn build && cd dist && zip -r dist.zip * && mv dist.zip .."
},
"dependencies": {
"@innologica/vue-stackable-modal": "^0.1.7",
"@nuxtjs/google-analytics": "^2.4.0",
"@vue/shared": "^3.2.47",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"cross-env": "^5.2.0",
"dotenv": "^8.0.0",
"lodash": "^4.17.20",
"nuxt": "^2.14.6",
"simple-scrollspy": "^2.0.1",
"v-tooltip": "^2.0.2",
"vue-gtag": "1.16.1",
"vue-scrollto": "^2.15.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^5.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"prettier": "^1.17.1",
"sass-loader": "^8.0.2",
"yarn-audit-fix": "^3.2.2"
}
}