-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "nuxt-locomotive",
"version": "1.0.0",
"description": "Starter template for parallax effects & smooth scrolling experience.",
"author": "Ivo Dolenc",
"license": "MIT",
"homepage": "https://github.com/ivodolenc/nuxt-locomotive",
"keywords": [
"nuxt",
"boilerplate",
"nuxt-boilerplate",
"nuxt-locomotive-scroll",
"locomotive-scroll",
"nuxt-locomotive",
"nuxt-template",
"smooth-scroll",
"locomotive",
"template"
],
"scripts": {
"dev": "nuxt",
"generate": "nuxt generate",
"start": "nuxt start",
"lint:eslint": "eslint --ext .js,.vue .",
"lint:fix:eslint": "yarn lint:eslint --fix"
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/netlify-files": "^1.2.0",
"@nuxtjs/svg": "^0.4.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"locomotive-scroll": "^4.1.4",
"nuxt-font-loader": "^1.1.5",
"nuxt-gsap-module": "^1.7.1",
"nuxt-lazysizes": "^1.4.2",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.4"
}
}