-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
{
"name": "fba-amazon-calculator",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=dev nuxt",
"copy:redirects": "cp '_redirects' 'dist'",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate && yarn run copy:redirects",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"prepare": "husky install",
"lint": "yarn lint:js"
},
"dependencies": {
"@emailjs/browser": "^3.4.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-fonts": "^3.0.0-0",
"axios": "^0.23.0",
"core-js": "^3.19.3",
"mjml": "^4.12.0",
"nuxt": "^2.15.7",
"swiper": "5.4.5",
"vue-awesome-swiper": "4.1.1",
"vuejs-datepicker": "^1.6.2",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/svg": "^0.3.0",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.20.0",
"fibers": "^5.0.0",
"husky": "^6.0.0",
"node-sass": "^6.0.1",
"prettier": "^2.4.1",
"sass": "^1.45.0",
"sass-loader": "10"
}
}