-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "papillon",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "npx nuxt --hostname 0.0.0.0",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"core-js": "^3.15.1",
"gsap": "^3.8.0",
"install": "^0.13.0",
"node-sass": "^4.14.1",
"npm": "^8.0.0",
"nuxt": "^2.15.7",
"sass-loader": "^10.1.1",
"v-scroll-lock": "^1.3.1"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@babel/eslint-parser": "^7.14.7",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.12.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"luxy.js": "^0.1.0",
"prettier": "^2.3.2"
}
}