-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
51
52
53
{
"name": "theloft-portfolio-justine",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"prepare": "husky install",
"lint": "npm run lint:js && npm run lint:style"
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"dependencies": {
"@nuxtjs/i18n": "7.2.0",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/style-resources": "1.2.1",
"@nuxtjs/svg": "0.3.0",
"aos": "3.0.0-beta.6",
"core-js": "3.15.1",
"lottie-web": "^5.8.1",
"nuxt": "2.15.7",
"nuxt-mq": "2.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.14.7",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-brands-svg-icons": "5.15.3",
"@fortawesome/pro-duotone-svg-icons": "5.15.3",
"@fortawesome/pro-light-svg-icons": "5.15.3",
"@fortawesome/pro-regular-svg-icons": "5.15.3",
"@fortawesome/pro-solid-svg-icons": "5.15.3",
"@fortawesome/vue-fontawesome": "2.0.2",
"@nuxtjs/eslint-config": "6.0.1",
"@nuxtjs/eslint-module": "3.0.2",
"@nuxtjs/tailwindcss": "4.2.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-nuxt": "2.0.0",
"eslint-plugin-vue": "7.12.1",
"husky": "6.0.0",
"lint-staged": "10.5.4",
"postcss": "8.3.5",
"prettier": "2.3.2",
"sass": "^1.43.4",
"sass-loader": "^10.1.1"
}
}