-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.37 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
{
"name": "cuckooandthebirds",
"author": "Tyler Earls",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"serve": "nuxt --port 8080",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:check": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"nuxt": "^2.14.12",
"vue": "^2.6.12",
"vue-lazytube": "1.0.2",
"vue-recaptcha": "^1.3.0",
"vuelidate": "^0.7.6"
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@nuxt/babel-preset-app": "^2.14.12",
"@nuxtjs/cloudinary": "^1.0.3-beta-4",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"autoprefixer": "^10.4.0",
"babel-eslint": "^10.1.0",
"cloudinary-vue": "1.1.2",
"core-js": "^3.9.0",
"eslint": "^7.21.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.6.0",
"husky": "^6.0.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.1",
"vue-template-compiler": "^2.6.12"
}
}